Fix up missing / in gitea's local_root_url

This commit is contained in:
Amarpreet Minhas 2021-01-09 00:41:58 -05:00
parent 4e292cc6fa
commit 788987a33c

View file

@ -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