From 751f4e4c04b4da68aca688ca9d3e8779ca1edc13 Mon Sep 17 00:00:00 2001 From: "Sanders (aider)" Date: Fri, 14 Feb 2025 10:26:04 +0300 Subject: [PATCH] refactor: move sensitive data to application-secrets.properties --- src/main/resources/application.properties | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7c0b96e..86e10ef 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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