update configuration docker setup for data platform
This commit is contained in:
@@ -32,3 +32,18 @@ ADMIN_PASSWORD=your-admin-password
|
||||
|
||||
# API Key Encryption (for storing encrypted keys in DB)
|
||||
API_KEY_ENC_SECRET=your-encryption-secret-key-here
|
||||
|
||||
# Debug settings (set to true for detailed logging, false for production)
|
||||
DEBUG_AUTH=false
|
||||
|
||||
# Keycloak Authentication (for web pages)
|
||||
KEYCLOAK_SERVER_URL=http://keycloak:8080
|
||||
KEYCLOAK_REALM=master
|
||||
KEYCLOAK_CLIENT_ID=apiservice
|
||||
KEYCLOAK_CLIENT_SECRET=your-keycloak-client-secret
|
||||
KEYCLOAK_REDIRECT_URI=http://localhost:8040/apiservice/auth/callback
|
||||
|
||||
# Airflow Integration
|
||||
AIRFLOW_API_URL=http://airflow-webserver:8080
|
||||
AIRFLOW_API_TOKEN=your-airflow-api-token
|
||||
AIRFLOW_DAG_ID_FINANCE=process_finance_excel
|
||||
|
||||
Reference in New Issue
Block a user