Parametrize notification server URL configuration for improved flexibility.
This commit is contained in:
parent
7fc25f46f3
commit
6ed2e15017
|
|
@ -7,5 +7,5 @@ database.password=${DB_PASSWORD:root}
|
||||||
cors.allowed-origins=${CORS:https://alttd.com}
|
cors.allowed-origins=${CORS:https://alttd.com}
|
||||||
login.secret=${LOGIN_SECRET:SET_TOKEN}
|
login.secret=${LOGIN_SECRET:SET_TOKEN}
|
||||||
particles.file_path=${user.home}/.altitudeweb/particles
|
particles.file_path=${user.home}/.altitudeweb/particles
|
||||||
notification.server.url=10.0.0.107:8080
|
notification.server.url=${SERVER_IP:10.0.0.107}:${SERVER_PORT:8080}
|
||||||
logging.level.com.alttd.altitudeweb=INFO
|
logging.level.com.alttd.altitudeweb=INFO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user