Skip to content

Commit

Permalink
Updating .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Camlane committed Jul 14, 2025
1 parent c74c0a0 commit 24ad84c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ API_TOKEN_SALT=toBeGenerated
ADMIN_JWT_SECRET=toBeGenerated
TRANSFER_TOKEN_SALT=toBeGenerated
JWT_SECRET=toBeGenerated
SLACK_BOT_TOKEN=toGetFromGitHub
SLACK_USER_TOKEN=toGetFromGitHub
SLACK_CHANNEL_ID=toGetFromGitHub
SLACK_BOT_TOKEN=toGetFromServer
SLACK_USER_TOKEN=toGetFromServer
SLACK_CHANNEL_ID=toGetFromServer
GRAFANA_BOT_TOKEN=toGetFromServer

DATABASE_CLIENT=sqlite
DATABASE_FILENAME=dbLocation.sqlite # in dev, will use backend root dir, in prod, will be from server os root dir so should be /var/data/strapi.db or similar

0 comments on commit 24ad84c

Please sign in to comment.