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