The API backend for https://git.mosad.xyz/Seil0/ProjectLaogai
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
354 B
15 lines
354 B
# ---------------------------------------- |
|
# CORE PROPERTIES |
|
# ---------------------------------------- |
|
|
|
# LOGGING |
|
|
|
logging.level.org.springframework.web=INFO |
|
|
|
# ---------------------------------------- |
|
# WEB PROPERTIES |
|
# ---------------------------------------- |
|
|
|
# EMBEDDED SERVER CONFIGURATION (ServerProperties) |
|
server.address=0.0.0.0 |
|
server.port=8080 |