summaryrefslogtreecommitdiff
path: root/config.json.template
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.template')
-rw-r--r--config.json.template15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.json.template b/config.json.template
new file mode 100644
index 0000000..31968fb
--- /dev/null
+++ b/config.json.template
@@ -0,0 +1,15 @@
+{
+ "port": 8080,
+
+ "sql": {
+ "host": "localhost",
+ "user": "db user",
+ "password": "db password",
+ "database": "db",
+ "table": "table"
+ },
+
+ "recaptcha": {
+ "secret": "recaptcha secret key"
+ }
+}