Skip to content

Instantly share code, notes, and snippets.

@borrrden
Last active December 24, 2019 05:13
Show Gist options
  • Save borrrden/ee72a2383f8be9173974ff89a0fef496 to your computer and use it in GitHub Desktop.
Save borrrden/ee72a2383f8be9173974ff89a0fef496 to your computer and use it in GitHub Desktop.
JSON that causes SG to not start (no error messages)
{
"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