Files
TheCitadelofRicks/src/main/resources/application.properties
T
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