.env example

This commit is contained in:
popovspiridon99
2025-08-01 11:36:51 +09:00
parent 37bfa912a0
commit 416086059a
3 changed files with 35 additions and 17 deletions

View File

@ -1,11 +1,14 @@
REDIS_HOST=redis_db
REDIS_PORT=6379
REDIS_HOST=
REDIS_PORT=
REDIS_PASSWORD=
POSTGRES_HOST=localhost
POSTGRES_DB=ems
POSTGRES_USER=ems
POSTGRES_HOST=
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_PORT=5432
CLIENT_PORT=5173
EMS_PORT=5000
MONITOR_PORT=1234
POSTGRES_PORT=
CLIENT_PORT=
EMS_PORT=
MONITOR_PORT=