Skip to content

Commit

Permalink
feat/discord-message add .env const
Browse files Browse the repository at this point in the history
  • Loading branch information
tuturd committed Sep 21, 2024
1 parent 3281c78 commit 429569a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions env/api.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ APP_PORT=3001
APP_TOKEN_SECRET=randomString
APP_TOKEN_EXPIRES=3 days

APP_PIN_TV=123456
APP_PIN_SELLER=147258
APP_PIN_PIZZA=741852
APP_PIN_ADMIN=000000
APP_PIN_PREPARATOR=258369

# Envoie un message sur Slack si activé à chaque commande
SLACK_ENABLED=false
SLACK_WEBHOOK_URL=
APP_PIN_TV=
APP_PIN_SELLER=
APP_PIN_ADMIN=
APP_PIN_PREPARATOR=

# Envoie un message sur Discord à chaque commande prête
DISCORD_API_PRIVATE_KEY=

0 comments on commit 429569a

Please sign in to comment.