generated from 8iq/nodejs-hackathon-boilerplate-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
18 lines (17 loc) · 862 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DATABASE_URL=mongodb://mongo:[email protected]/main?authSource=admin
#DATABASE_URL=postgresql://postgres:[email protected]/main
NODE_ENV=development
DISABLE_LOGGING=true
COOKIE_SECRET=random
SERVER_URL=http://localhost:3000
# production docker deploy envs!
DOCKER_FILE_INSTALL_COMMAND=python3 -m pip install 'psycopg2-binary>=2.8.5' && python3 -m pip install 'Django>=3.0.6'
DOCKER_FILE_BUILD_COMMAND=yarn build
DOCKER_COMPOSE_APP_IMAGE_TAG=prod
DOCKER_COMPOSE_START_APP_COMMAND=yarn start @app/_back02keystone @app/_example05app @app/_realtime01app
DOCKER_COMPOSE_DATABASE_URL=mongodb://mongo:mongo@mongodb/main?authSource=admin
#DOCKER_COMPOSE_DATABASE_URL=postgresql://postgres:postgres@postgresdb/main
DOCKER_COMPOSE_COOKIE_SECRET=random
# change it -------------------^
DOCKER_COMPOSE_SERVER_URL=https://example.dok.8iq.dev
# change it -------------------^