mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Use iiab_hostname and iiab_domain in app.ini
Delete gitea_full_url as unused Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
This commit is contained in:
parent
2bb46f5884
commit
8d2af9e54a
3 changed files with 1 additions and 5 deletions
|
@ -118,7 +118,7 @@ FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
|
|||
[server]
|
||||
; The protocol the server listens on. One of 'http', 'https', 'unix' or 'fcgi'.
|
||||
PROTOCOL = http
|
||||
DOMAIN = box
|
||||
DOMAIN = {{ iiab_hostname }}.{{ iiab_domain }}
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue