13 lines
506 B
INI
13 lines
506 B
INI
spring.application.name=AltitudeWeb
|
|
database.name=${DB_NAME:web_db}
|
|
database.port=${DB_PORT:3306}
|
|
database.host=${DB_HOST:localhost}
|
|
database.user=${DB_USER:root}
|
|
database.password=${DB_PASSWORD:root}
|
|
cors.allowed-origins=${CORS:https://alttd.com}
|
|
login.secret=${LOGIN_SECRET:SET_TOKEN}
|
|
particles.file_path=${user.home}/.altitudeweb/particles
|
|
notification.server.url=${SERVER_IP:10.0.0.107}:${SERVER_PORT:8080}
|
|
my-server.address=${SERVER_ADDRESS:https://alttd.com}
|
|
logging.level.com.alttd.altitudeweb=INFO
|