Skip to content

Commit

Permalink
Update example env
Browse files Browse the repository at this point in the history
  • Loading branch information
adammertel committed Jun 14, 2024
1 parent 09e29b6 commit a5de5fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/server/env/example.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Environment - used for identyfing the environment
NODE_ENV=test
NODE_ENV=development

# identify the instance - ie. for emails
DOMAIN=dissinet.cz
DOMAIN=localhost:8000

# path to client files served by the server
STATIC_PATH=/apps/inkvisitor-development
STATIC_PATH=/

# serving swagger file from file (empty to disable), ie. ./swagger.json
# serving swagger file from file
SWAGGER_FILE=

PORT=3000
Expand All @@ -20,13 +20,13 @@ DB_PORT=28015
DB_HOST=localhost
DB_NAME=inkvisitor
DB_AUTH=''
DB_POOL_CONNECTIONS=10
DB_POOL_CONNECTIONS=3

# For signing jwt token
SECRET=123456789
SECRET=supersecretpassword

# Mails - for sendgrid integration
NODEMAILER_API_KEY=
MAILER_SENDER=

PYTHON_API_HOST=
PYTHON_API_HOST=http://localhost:5000

0 comments on commit a5de5fa

Please sign in to comment.