Skip to content

Commit

Permalink
Suppression bouton création chatbot 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlaine authored and pabenest committed Feb 21, 2024
1 parent 81de211 commit 0a4972a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions back/env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@ HOST_URL=http://localhost:4200

JWT_SECRET=jwt_secret

OBJECT_STORAGE_USER=user
OBJECT_STORAGE_PASSWORD=password
OBJECT_STORAGE_ID=id
OBJECT_STORAGE_REGION=paris
OBJECT_STORAGE_CONTAINER_NAME=fabrique_bots

REDIS_HOST=localhost
REDIS_PORT=6379
6 changes: 0 additions & 6 deletions front/src/app/modules/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
<h1>Créer facilement votre chatbot</h1>
<p>Outiller la diffusion d’informations à destination des agents du Ministère.</p>
<div class="actions">
<button mat-flat-button
color="primary"
class="large"
[routerLink]="'/create'">
Créer votre chatbot
</button>
<a href="mailto:fabrique-chatbots@beta.gouv.fr" target="_blank" rel="noopener">
<button mat-stroked-button
class="large"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
Vous avez un projet ?
</div>
<div class="actions">
<button mat-flat-button
color="primary"
[routerLink]="'/create'">
Créer votre chatbot
</button>
<a href="mailto:fabrique-chatbots@beta.gouv.fr"
target="_blank"
rel="noopener">
Expand Down

0 comments on commit 0a4972a

Please sign in to comment.