forked from maiora/backend-api
Compare commits
2 Commits
5be3bea4d0
...
897683e880
Author | SHA1 | Date | |
---|---|---|---|
897683e880 | |||
23733caca9 |
@ -47,7 +47,7 @@ fun Application.module(configFile: Properties) {
|
|||||||
|
|
||||||
fun loadConfig(): Properties {
|
fun loadConfig(): Properties {
|
||||||
val properties = Properties()
|
val properties = Properties()
|
||||||
val inputStream = FileInputStream("/home/ristocloudadm/config.properties")
|
val inputStream = FileInputStream("/home/backend_api/config.properties")
|
||||||
properties.load(inputStream)
|
properties.load(inputStream)
|
||||||
return properties
|
return properties
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user