summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
authorMinteck <minteck@phoenixnet.tech>2021-10-17 20:08:04 +0200
committerMinteck <minteck@phoenixnet.tech>2021-10-17 20:08:04 +0200
commit3a94acf27ea1eff8bd1125450f07c0c366332e80 (patch)
tree5bd619df0b7e04afc174df98736a527477522acb /global
downloadrainbow-3a94acf27ea1eff8bd1125450f07c0c366332e80.tar.gz
rainbow-3a94acf27ea1eff8bd1125450f07c0c366332e80.tar.bz2
rainbow-3a94acf27ea1eff8bd1125450f07c0c366332e80.zip
Initial commit
Diffstat (limited to 'global')
-rw-r--r--global/config.json7
1 files changed, 7 insertions, 0 deletions
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
+}