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.
10 lines
179 B
10 lines
179 B
REDIS_HOST=redis_db
|
|
REDIS_PORT=6379
|
|
REDIS_PASSWORD=
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_DB=ems
|
|
POSTGRES_USER=ems
|
|
POSTGRES_PASSWORD=
|
|
POSTGRES_PORT=5432
|
|
EMS_PORT=5000
|
|
MONITOR_PORT=1234
|