TheCitadelofRicks/src/main/resources/application.properties
Seil0 46c9a61124
All checks were successful
continuous-integration/drone/push Build is passing
remove the workaround introduced in 36acf1a00a and update the Dockerfile
2020-06-08 17:49:38 +02:00

15 lines
354 B
Properties

# ----------------------------------------
# CORE PROPERTIES
# ----------------------------------------
# LOGGING
logging.level.org.springframework.web=INFO
# ----------------------------------------
# WEB PROPERTIES
# ----------------------------------------
# EMBEDDED SERVER CONFIGURATION (ServerProperties)
server.address=0.0.0.0
server.port=8080