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

This commit is contained in:
2023-03-24 13:41:41 +09:00
parent 9487739cab
commit ec7b01c7ce
+1
View File
@@ -12,4 +12,5 @@ ktor {
hideout {
hostname = "https://localhost:8080"
hostname = ${?HOSTNAME}
}