Skip to content

Commit

Permalink
docs(backend): update example env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrywyn committed Mar 18, 2024
1 parent 250b6d9 commit fadaabb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ API_TOKEN_SALT=tobemodified
ADMIN_JWT_SECRET=tobemodified
TRANSFER_TOKEN_SALT=tobemodified
JWT_SECRET=tobemodified

DATABASE_CLIENT=sqlite
DATABASE_FILENAME=dbLocation # 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 fadaabb

Please sign in to comment.