17 lines
239 B
Bash
17 lines
239 B
Bash
# Server settings
|
|
HOST=0.0.0.0
|
|
PORT=8000
|
|
DEBUG=true
|
|
LOG_LEVEL=INFO
|
|
|
|
# Database settings
|
|
ORACLE_USER=your_oracle_user
|
|
ORACLE_PASSWORD=your_oracle_password
|
|
ORACLE_DSN=your_oracle_dsn
|
|
|
|
# Monitoring
|
|
SENTRY_DSN=
|
|
DD_SERVICE=
|
|
DD_ENV=
|
|
DD_VERSION=
|