CI-CD dejo node
This commit is contained in:
14
infrastructure/docker/.env.dev
Executable file
14
infrastructure/docker/.env.dev
Executable file
@ -0,0 +1,14 @@
|
||||
NODE_ENV=development
|
||||
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
REDIS_TTL=5
|
||||
REDIS_TLS=false
|
||||
REDIS_PASSWORD=redis
|
||||
|
||||
DATABASE_HOST=postgres
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_USERNAME=postgres
|
||||
DATABASE_PASSWORD=postgres
|
||||
DATABASE_NAME=dejo-node
|
||||
DATABASE_SYNCHRONIZE=false
|
||||
Reference in New Issue
Block a user