Configuration for the web version of Feishin, specified as key-value pairs.
Refer to https://github.com/jeffvli/feishin#configuration, and https://github.com/jeffvli/feishin/blob/development/settings.js.template for the template.
Declarations
Type
attribute set of stringDefault
{
ANALYTICS_DISABLED = "true";
}Example
{
ANALYTICS_DISABLED = "true";
SERVER_LOCK = "true";
SERVER_NAME = "My Server";
}