14 lines
250 B
Properties
14 lines
250 B
Properties
# Entwicklungsumgebung spezifische Konfiguration
|
|
|
|
# Server-Einstellungen
|
|
server.port=8081
|
|
|
|
# Datenbank-Einstellungen
|
|
database.host=localhost
|
|
database.port=5432
|
|
|
|
# Logging-Einstellungen
|
|
logging.level=DEBUG
|
|
logging.requests=true
|
|
logging.responses=true
|