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.
36 lines
786 B
Bash
36 lines
786 B
Bash
LOG_LEVEL=INFO
|
|
ENV=local
|
|
PORT=8000
|
|
HOST=localhost
|
|
|
|
# Database
|
|
DATABASE_HOSTNAME=localhost
|
|
DATABASE_CREDENTIAL_USER=user
|
|
DATABASE_CREDENTIAL_PASSWORD=password
|
|
DATABASE_NAME=digital_twin
|
|
DATABASE_PORT=5432
|
|
|
|
# Collector
|
|
COLLECTOR_HOSTNAME=localhost
|
|
COLLECTOR_PORT=5432
|
|
COLLECTOR_CREDENTIAL_USER=user
|
|
COLLECTOR_CREDENTIAL_PASSWORD=password
|
|
COLLECTOR_NAME=collector
|
|
|
|
# Services
|
|
AUTH_SERVICE_API=http://192.168.1.82:8000/auth
|
|
AEROS_BASE_URL=http://192.168.1.102
|
|
WINDOWS_AEROS_BASE_URL=http://192.168.1.102:8800
|
|
TEMPORAL_URL=http://192.168.1.86:7233
|
|
RELIABILITY_SERVICE_API=http://192.168.1.82:8000/reliability
|
|
|
|
# Aeros License (Fallback if Vault is not used)
|
|
AEROS_LICENSE_ID=
|
|
AEROS_LICENSE_SECRET=
|
|
|
|
# Vault (Optional if using .env fallback)
|
|
VAULT_URL=
|
|
ROLE_ID=
|
|
SECRET_ID=
|
|
AEROS_SECRET_PATH=
|