mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-16 06:28:38 +00:00
feat: ホスト名を環境変数から指定できるように
This commit is contained in:
@@ -12,4 +12,5 @@ ktor {
|
|||||||
|
|
||||||
hideout {
|
hideout {
|
||||||
hostname = "https://localhost:8080"
|
hostname = "https://localhost:8080"
|
||||||
|
hostname = ${?HOSTNAME}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user