You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
196 B
11 lines
196 B
REDIS_HOST=redis_db
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_DB=ems
|
|
POSTGRES_USER=ems
|
|
POSTGRES_PASSWORD=
|
|
POSTGRES_PORT=5432
|
|
CLIENT_PORT=5173
|
|
EMS_PORT=5000
|
|
MONITOR_PORT=1234
|