forked from Sanders/TelegaBot
28 lines
1.1 KiB
Properties
28 lines
1.1 KiB
Properties
spring.application.name=TelegaBot
|
|
bot.token=5908676914:AAGU9LVyXYZYafpRgwOf1tolk0HGYvcHszY
|
|
bot.name=TelegaBot
|
|
|
|
cbr.currency.rates.xml.url=http://www.cbr.ru/scripts/XML_daily.asp
|
|
|
|
spring.jpa.properties.jakarta.persistence.schema-generation.scripts.action=create
|
|
spring.jpa.properties.jakarta.persistence.schema-generation.scripts.create-target=create.sql
|
|
spring.jpa.properties.jakarta.persistence.schema-generation.scripts.create-source=metadata
|
|
|
|
spring.datasource.url=jdbc:postgresql://192.168.0.10:5432/telegabot
|
|
spring.datasource.username=postgres
|
|
spring.datasource.password=Vftrixpo05
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jpa.generate-ddl=true
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|
|
|
# ?????????? SQL-???????
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.properties.hibernate.format_sql=false
|
|
|
|
# ?????????? ????????? ????????
|
|
logging.level.org.hibernate.SQL=DEBUG
|
|
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
|
|
logging.level.io.hypersistence.utils.hibernate.query=DEBUG
|
|
|
|
# ??????????? ????
|
|
logging.level.org.springframework.cache=INFO |