From 3a94acf27ea1eff8bd1125450f07c0c366332e80 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 17 Oct 2021 20:08:04 +0200 Subject: Initial commit --- global/config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 global/config.json (limited to 'global') diff --git a/global/config.json b/global/config.json new file mode 100644 index 0000000..5957d70 --- /dev/null +++ b/global/config.json @@ -0,0 +1,7 @@ +{ + "port": 8081, + "document_root": "./htdocs/public", + "access": "$dir.json", + "verbose": true, + "errors_show_trace": false +} -- cgit