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

This commit is contained in:
usbharu 2023-03-24 13:41:41 +09:00
parent 9487739cab
commit ec7b01c7ce
1 changed files with 1 additions and 0 deletions

View File

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