enable subdomain

pull/56/head
Muhammad Atif Ali 2 years ago
parent 2111b24f69
commit 991dca1638
No known key found for this signature in database

@ -52,6 +52,6 @@ resource "coder_app" "filebrowser" {
display_name = "File Browser"
url = "http://localhost:${var.port}"
icon = "https://raw.githubusercontent.com/filebrowser/logo/master/icon_raw.svg"
subdomain = false
subdomain = true
share = "owner"
}

Loading…
Cancel
Save