.env example
This commit is contained in:
22
server/.env.example
Normal file
22
server/.env.example
Normal file
@ -0,0 +1,22 @@
|
||||
GENERAL_DB_USER=
|
||||
GENERAL_DB_PASSWORD=
|
||||
GENERAL_DB_HOST=
|
||||
GENERAL_DB_NAME=
|
||||
GENERAL_DB_PORT=
|
||||
|
||||
EMS_DB_HOST=
|
||||
#MSSQL_HOST=localhost
|
||||
EMS_DB_USER=
|
||||
EMS_DB_PASSWORD=
|
||||
EMS_DB_NAME=
|
||||
EMS_DB_PORT=
|
||||
|
||||
FUEL_DB_USER=
|
||||
FUEL_DB_PASSWORD=
|
||||
FUEL_DB_HOST=
|
||||
|
||||
PG_HOST=
|
||||
PG_PORT=
|
||||
PG_USER=
|
||||
PG_PASSWORD=
|
||||
PG_DB=
|
Reference in New Issue
Block a user