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, 0 insertions, 15 deletions
diff --git a/config.json.template b/config.json.template
deleted file mode 100644
index 31968fb..0000000
--- a/config.json.template
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "port": 8080,
-
- "sql": {
- "host": "localhost",
- "user": "db user",
- "password": "db password",
- "database": "db",
- "table": "table"
- },
-
- "recaptcha": {
- "secret": "recaptcha secret key"
- }
-}