Telegram config changed

This commit is contained in:
Michael Wain 2024-03-13 04:20:53 +03:00
parent 63b58d0ea0
commit b5f2022b0b

View File

@ -8,7 +8,7 @@ import org.springframework.context.annotation.PropertySource;
@Data
@Configuration
@PropertySource("file:./telegram.properties")
@PropertySource("file:./../../spring-conf/bunker/telegram.properties")
public class TelegramConfig { //
@Value("${bot.botToken}") private String botToken;
@Value("${bot.botLogin}") private String botLogin;