From 8f9b01fff2fe21e34be6156fb2e0ed853f508945 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 29 Oct 2021 20:24:09 +0530 Subject: [PATCH] add default configuration --- config/default.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/default.toml diff --git a/config/default.toml b/config/default.toml new file mode 100644 index 0000000..3d3c9be --- /dev/null +++ b/config/default.toml @@ -0,0 +1,17 @@ +debug = true +source_code = "https://github.com/realaravinth/pages" + +pages = [ + { branch = "gh-pages", repo = "https://github.com/mCaptcha/website/", path ="/tmp/pages/mcaptcha/website", secret = "faee1b650ac586068a54cb160bd6353c5e16be7c64b49113fe57726e5393" }, +] + +[server] +# The port at which you want authentication to listen to +# takes a number, choose from 1000-10000 if you dont know what you are doing +port = 7000 +#IP address. Enter 0.0.0.0 to listen on all availale addresses +ip= "0.0.0.0" +# enter your hostname, eg: example.com +domain = "localhost" +allow_registration = true +proxy_has_tls = false