Skip to content

Commit

Permalink
chore(app-service): fix .env tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Oct 13, 2021
1 parent fece037 commit a85347f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/app-service/.env.template
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
DB=laf-app
DB_URI=mongodb://root:password123@localhost:27017/?authSource=admin&replicaSet=laf&writeConcern=majority
DB_POOL_LIMIT=10
DB_URI=mongodb://root:password123@localhost:27017/?authSource=admin&replicaSet=laf&writeConcern=majority&directConnection=true
SERVER_SALT=abcdefg1234567!@#$%^&sadfqwef&*^*#!@^
LOG_LEVEL=debug
LOG_LEVEL=trace
ENABLE_CLOUD_FUNCTION_LOG = always
# FILE_SYSTEM_HTTP_CACHE_CONTROL=max-age=60
# FILE_SYSTEM_ENABLE_UNAUTHORIZED_UPLOAD = off

0 comments on commit a85347f

Please sign in to comment.