....
This commit is contained in:
@@ -29,6 +29,9 @@ class GlobalEnvironment : EnvironmentAware {
|
||||
@Value("\${weather.api.key}")
|
||||
var weatherApiKey: String? = ""
|
||||
|
||||
@Value("\${api.gg.place}")
|
||||
var gapiKey : String? = ""
|
||||
|
||||
// @Value("jwt.access-secret")
|
||||
var ACCESS_SECRET_KEY: String = "l00u00n00a00t00i00c00b00u00m00a00c00sk"
|
||||
// @Value("jwt.refresh-secret")
|
||||
|
||||
@@ -41,6 +41,7 @@ telegram.bot.key=1
|
||||
telegram.my.id=2
|
||||
telegram.target.id=3
|
||||
weather.api.key=3
|
||||
api.gg.place=5
|
||||
spring.data.mongodb.option.min-connection-per-host=0
|
||||
spring.data.mongodb.option.max-connection-per-host=100
|
||||
spring.data.mongodb.option.threads-allowed-to-block-for-connection-multiplier=5
|
||||
|
||||
Reference in New Issue
Block a user