21 lines
470 B
Plaintext
21 lines
470 B
Plaintext
API_PORT=6666
|
|
|
|
API_ADDRESS=0.0.0.0:6666
|
|
|
|
POSTGRES_ADDRESS=127.0.0.1
|
|
POSTGRES_USER=user
|
|
POSTGRES_PASSWORD=password
|
|
POSTGRES_DB=workspaces
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_EXTERNAL_PORT=5432
|
|
POSTGRES_POLL_SIZE=10
|
|
|
|
ENABLE_SQL_QUERY=1
|
|
|
|
DOCUMENTATION_HOST=https://stage-api.sarex.io/documentation
|
|
DOCUMENTATION_LOGGER_FEATURE=1
|
|
DOCUMENTATION_ORIGINATOR=local_ws
|
|
|
|
SENTRY_DSN=https://62dbe0a9ee5745eead25f2a705cb35ce@o279218.ingest.sentry.io/6229949
|
|
SENTRY_DEBUG=0
|
|
ENVIRONMENT=local |