From f34b4e35964603cdbb0635200ef5cd370a0aed4c Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Wed, 15 Jul 2020 22:15:48 +0400 Subject: [PATCH] Add sample config file --- .gitignore | 1 + sample_config.toml | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 sample_config.toml 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