mirror of https://github.com/usbharu/Hideout.git
feat: ホスト名を環境変数から指定できるように
This commit is contained in:
parent
32e17f0dc1
commit
08f4d38712
|
@ -12,4 +12,5 @@ ktor {
|
||||||
|
|
||||||
hideout {
|
hideout {
|
||||||
hostname = "https://localhost:8080"
|
hostname = "https://localhost:8080"
|
||||||
|
hostname = ${?HOSTNAME}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue