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