LOCAL_ROOT_URL

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2019-06-24 14:30:16 +02:00
parent f1c7159f67
commit 3cdf47a964
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -18,8 +18,9 @@ TEMP_PATH = data/tmp/uploads
[server]
; The protocol the server listens on. One of 'http', 'https', 'unix' or 'fcgi'.
PROTOCOL = http
DOMAIN = localhost
ROOT_URL = http://localhost:3817/
DOMAIN = your.domain
ROOT_URL = https://your.domain/
LOCAL_ROOT_URL = http://localhost:3817/
; 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 = 3817