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

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