.env example
This commit is contained in:
21
.env.example
21
.env.example
@ -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=
|
Reference in New Issue
Block a user