refactor: move sensitive data to application-secrets.properties
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
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.datasource.url=jdbc:postgresql://192.168.0.10:5432/telegabot
|
||||
spring.datasource.username=postgres
|
||||
spring.datasource.password=Vftrixpo05
|
||||
spring.jpa.hibernate.ddl-auto=validate
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
||||
|
||||
|
||||
Reference in New Issue
Block a user