diff --git a/.gitignore b/.gitignore index e69de29..669fa03 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/.config.toml \ No newline at end of file diff --git a/sample_config.toml b/sample_config.toml new file mode 100644 index 0000000..3595e06 --- /dev/null +++ b/sample_config.toml @@ -0,0 +1,11 @@ +# A list of enabled plugins (or extensions) in server +EnabledPlugins = [] + +# Server domain names (e.g. example.com) +ServerDomains = [] + +# Path to directory with plugin assemblies +PluginsDirPath = "" + +# ID of this server in terms of Cadmium federation network. WARNING! This ID should be maximally unique. +ServerID = "" \ No newline at end of file