diff options
Diffstat (limited to 'example_settings.json')
-rw-r--r-- | example_settings.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/example_settings.json b/example_settings.json new file mode 100644 index 0000000..c08c89c --- /dev/null +++ b/example_settings.json @@ -0,0 +1,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" +} + |