1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-02 15:55:02 +00:00

Use APP_DOMAIN instead of hostname -f

This commit is contained in:
Girish Ramakrishnan
2015-11-24 12:16:34 -08:00
parent f617a52ca3
commit ef9109b6e6
2 changed files with 2 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ SCRIPT_TYPE = bash
[server]
PROTOCOL = http
DOMAIN = ##HOSTNAME
DOMAIN = ##DOMAIN
ROOT_URL = https://%(DOMAIN)s/
HTTP_ADDR =
HTTP_PORT = 3000