config.dist.lua

Wed, 24 Nov 2021 16:17:48 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 24 Nov 2021 16:17:48 +0000
changeset 8
0f9aea96d446
parent 0
6279a7d40ae7
permissions
-rw-r--r--

Bump lua-unbound from 0.5 to 1.0.0


loglevel = "info"
debug = false

data_path = ENV("APP_DATA") or "data";

base_url = "http://localhost:8007/"

listen_port      = ENV("LISTEN_PORT") or 8007
listen_interface = ENV("LISTEN_INTERFACE") or "127.0.0.1"

mercurial