diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-10-17 20:08:04 +0200 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-10-17 20:08:04 +0200 |
commit | 3a94acf27ea1eff8bd1125450f07c0c366332e80 (patch) | |
tree | 5bd619df0b7e04afc174df98736a527477522acb /global | |
download | rainbow-3a94acf27ea1eff8bd1125450f07c0c366332e80.tar.gz rainbow-3a94acf27ea1eff8bd1125450f07c0c366332e80.tar.bz2 rainbow-3a94acf27ea1eff8bd1125450f07c0c366332e80.zip |
Initial commit
Diffstat (limited to 'global')
-rw-r--r-- | global/config.json | 7 |
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 +} |