AltitudeWeb/backend/src/main/resources/application.properties

12 lines
424 B
Properties
Raw Normal View History

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=10.0.0.107:8080
logging.level.com.alttd.altitudeweb=INFO