You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
360 B
Bash
17 lines
360 B
Bash
ENV=development
|
|
LOG_LEVEL=ERROR
|
|
PORT=3020
|
|
HOST=0.0.0.0
|
|
|
|
DATABASE_HOSTNAME=192.168.1.85
|
|
DATABASE_PORT=5432
|
|
DATABASE_CREDENTIAL_USER=postgres
|
|
DATABASE_CREDENTIAL_PASSWORD=postgres
|
|
DATABASE_NAME=digital_twin
|
|
|
|
COLLECTOR_HOSTNAME=192.168.1.86
|
|
COLLECTOR_PORT=5432
|
|
COLLECTOR_CREDENTIAL_USER=postgres
|
|
COLLECTOR_CREDENTIAL_PASSWORD=postgres
|
|
COLLECTOR_NAME=digital_twin
|