TheCitadelofRicks/src/main/resources/application.properties
Seil0 08b6b2603f update to 1.0.1
* added some config lines
2019-03-17 00:33:18 +01:00

15 lines
356 B
Properties

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