Remove trailing slash from the ROOT_URL

This commit is contained in:
Awiteb 2024-03-04 16:26:14 +03:00
parent de793150f4
commit 69b6f1742f
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -69,7 +69,7 @@ PROTOCOL = http
DOMAIN = 0.0.0.0 DOMAIN = 0.0.0.0
HTTP_PORT = 3000 HTTP_PORT = 3000
; CHANGE_ME (Your full instance URL) ; CHANGE_ME (Your full instance URL)
ROOT_URL = https://example.com/ ROOT_URL = https://example.com
DISABLE_SSH = true DISABLE_SSH = true
OFFLINE_MODE = false OFFLINE_MODE = false
; CHANGE_ME (Your username) ; CHANGE_ME (Your username)