mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-01 15:28:28 +00:00
21 lines
678 B
INI
21 lines
678 B
INI
spring.datasource.url=jdbc:postgresql://localhost:5432/abstracto
|
|
spring.datasource.username= abstracto
|
|
spring.datasource.password= abstracto
|
|
spring.jpa.properties.hibernate.default_schema=abstracto
|
|
spring.quartz.jdbc.initialize-schema=never
|
|
|
|
spring.jpa.hibernate.ddl-auto = none
|
|
|
|
spring.jpa.show-sql = false
|
|
|
|
spring.jpa.properties.hibernate.format_sql = true
|
|
log4j.logger.org.hibernate.SQL=trace
|
|
log4j.logger.org.hibernate.type.descriptor.sql=trace
|
|
log4j.logger.org.hibernate.type=trace
|
|
|
|
management.metrics.tags.application=oneplus-bot
|
|
spring.security.user.name=abstracto
|
|
spring.security.user.password=password
|
|
spring.security.user.roles=USER
|
|
|
|
spring.application.name=OnePlusBot |