Fix up missing / in gitea's local_root_url
This commit is contained in:
parent
4e292cc6fa
commit
788987a33c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ job "gitea" {
|
|||
data = <<EOH
|
||||
APP_NAME = "gitea"
|
||||
ROOT_URL = "https://git.minhas.io"
|
||||
LOCAL_ROOT_URL = "http://localhost:3000"
|
||||
LOCAL_ROOT_URL = "http://localhost:3000/"
|
||||
DOMAIN = "git.minhas.io"
|
||||
DB_TYPE = postgres
|
||||
DB_HOST = ivyking.node.masked.name
|
||||
|
|
Loading…
Reference in a new issue