17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
PGHOST=localhost
|
|
PGUSER=postgres
|
|
PGPASSWORD=1234
|
|
PGDATABASE=invima
|
|
PGPORT=5432
|
|
PGPOOL_MAX=8
|
|
|
|
PORT=3000
|
|
CORS_ORIGINS=http://localhost:4200
|
|
SOCRATA_APP_TOKEN=
|
|
|
|
AUTH_TOKEN_SECRET=change_me_with_a_long_secret
|
|
AUTH_SESSION_HOURS=12
|
|
ADMIN_USERNAME=admin
|
|
ADMIN_PASSWORD=Admin123*
|
|
ADMIN_FULL_NAME=Administrador INVIMA
|