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