feat: ホスト名を環境変数から指定できるように

This commit is contained in:
usbharu 2023-03-24 13:41:41 +09:00
parent 32e17f0dc1
commit 08f4d38712
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ ktor {
hideout {
hostname = "https://localhost:8080"
hostname = ${?HOSTNAME}
}