summaryrefslogtreecommitdiff
path: root/example_settings.json
blob: c08c89ce03173efb3536e1b3ff3807ba434ac23b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

{
    "project_name":"webtemplate",
    "project_description":"A Template Web Application",
    "user":"http",
    "group":"http",
    "webroot_installation_path":"/srv/http/example.com/public",
    "web_framework":"flask",
    "web_framework_installation_path":"/opt",
    "framework_port":"8080",
    "framework_bind":"127.0.0.1"
}