Telegram config changed
This commit is contained in:
parent
63b58d0ea0
commit
b5f2022b0b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user