All Downloads are FREE. Search and download functionalities are using the official Maven repository.

romner.ace-application.76.source-code.application.properties Maven / Gradle / Ivy

The newest version!
# APPLICATION
editor.live.boot=true
editor.player.min.characteristic=50
editor.player.min.fluid=300
editor.player.min.level=1
editor.player.max.level=75
editor.player.skills.per.level=3
editor.player.attributes.per.level=2
# LOGGING
logging.level.root=INFO
logging.level.ace=INFO
# EMBEDDED DB
spring.datasource.url=jdbc:h2:mem:acedb;MODE=MYSQL
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
server.port=8080




© 2015 - 2025 Weber Informatics LLC | Privacy Policy