1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Set DOMAIN to 'box', remove port

This commit is contained in:
Aidan Fitzgerald 2019-03-08 02:32:00 -05:00
parent 3111eb3c2e
commit 2bb46f5884

View file

@ -118,8 +118,8 @@ FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
[server]
; The protocol the server listens on. One of 'http', 'https', 'unix' or 'fcgi'.
PROTOCOL = http
DOMAIN = localhost
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s{{ gitea_url }}/
DOMAIN = box
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s{{ gitea_url }}/
; The address to listen on. Either a IPv4/IPv6 address or the path to a unix socket.
HTTP_ADDR = 0.0.0.0
HTTP_PORT = {{ gitea_port }}