config.dist.lua

Mon, 22 Nov 2021 10:40:32 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 22 Nov 2021 10:40:32 +0000
changeset 3
16c9e2363135
parent 0
6279a7d40ae7
permissions
-rw-r--r--

Pin to latest Prosody trunk revision (eventually aiming for 0.12)

0
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 loglevel = "info"
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 debug = false
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 data_path = ENV("APP_DATA") or "data";
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 base_url = "http://localhost:8007/"
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 listen_port = ENV("LISTEN_PORT") or 8007
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
10 listen_interface = ENV("LISTEN_INTERFACE") or "127.0.0.1"
6279a7d40ae7 Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
11

mercurial