CI-CD dejo node

This commit is contained in:
2025-06-10 02:28:50 -03:00
parent fde5a46664
commit 0ea56e2596
25 changed files with 608 additions and 0 deletions

13
infrastructure/.env.example Executable file
View 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