(fix) Konfiguration-Setup Umbau zu SCS
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Staging-Umgebung spezifische Konfiguration
|
||||
|
||||
# Server-Einstellungen
|
||||
server.port=8081
|
||||
server.workers=2
|
||||
server.cors.allowedOrigins=https://staging.meldestelle.at
|
||||
|
||||
# Datenbank-Einstellungen
|
||||
database.host=db
|
||||
database.port=5432
|
||||
database.name=meldestelle_staging_db
|
||||
|
||||
# Logging-Einstellungen
|
||||
logging.level=INFO
|
||||
logging.requests=true
|
||||
logging.responses=false
|
||||
Reference in New Issue
Block a user