Skip to content

Commit

Permalink
fix(backend): 🐛 fix database example name so it is gitignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng committed Mar 19, 2024
1 parent fadaabb commit 9513d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ 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
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 9513d4a

Please sign in to comment.