Last active
December 24, 2019 05:13
-
-
Save borrrden/ee72a2383f8be9173974ff89a0fef496 to your computer and use it in GitHub Desktop.
JSON that causes SG to not start (no error messages)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"adminInterface": "0.0.0.0:4985", | |
"verbose": true, | |
"logging": { | |
"log_file_path": "C:\\Development\\logs", | |
"error": {"enabled": true}, | |
"warn": {"enabled": true}, | |
"info": {"enabled": true}, | |
"debug": {"enabled": true}, | |
"trace": {"enabled": true} | |
}, | |
"databases": { | |
"sg_db": { | |
"server":"walrus:", | |
"users": { | |
"GUEST": { | |
"disabled": false, "admin_channels": ["*"] | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment