Make particles.file_path configurable via environment variable
This commit is contained in:
parent
8a0843128c
commit
af3ef7155a
|
|
@ -6,7 +6,7 @@ database.user=${DB_USER:root}
|
||||||
database.password=${DB_PASSWORD:root}
|
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=${PARTICLE_FILE_PATH:${user.home}/.altitudeweb/particles}
|
||||||
notification.server.url=${SERVER_IP:10.0.0.107}:${SERVER_PORT:8080}
|
notification.server.url=${SERVER_IP:10.0.0.107}:${SERVER_PORT:8080}
|
||||||
my-server.address=${SERVER_ADDRESS:https://alttd.com}
|
my-server.address=${SERVER_ADDRESS:https://alttd.com}
|
||||||
logging.level.com.alttd.altitudeweb=INFO
|
logging.level.com.alttd.altitudeweb=INFO
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user