LOCAL_ROOT_URL
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
f1c7159f67
commit
3cdf47a964
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue