1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Use box as domain, put gitea_url (default: /gitea) in ROOT_URL

This commit is contained in:
Aidan Fitzgerald 2019-03-06 22:09:59 -05:00
parent 5f6f2081e8
commit d5af5e27e1

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/
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 }}