First commit
This commit is contained in:
15
src/main/resources/application.properties
Normal file
15
src/main/resources/application.properties
Normal file
@@ -0,0 +1,15 @@
|
||||
# ***********************************************
|
||||
# Hibernate database configuration
|
||||
# ***********************************************
|
||||
spring.datasource.driverClassName=org.postgresql.Driver
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/db_minager
|
||||
spring.datasource.username=minager
|
||||
spring.datasource.password=P@ssword
|
||||
# Disable feature detection by this undocumented parameter. Check the org.hibernate.engine.jdbc.internal.JdbcServiceImpl.configure method for more details.
|
||||
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
|
||||
|
||||
# ***********************************************
|
||||
# Application custom parameters
|
||||
# ***********************************************
|
||||
minecraft.server.path=/home/minecraft/server
|
||||
minecraft.server.shell.name=minecraft-server.sh
|
||||
Reference in New Issue
Block a user