summaryrefslogtreecommitdiff
path: root/src/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.json.example')
-rw-r--r--src/config.json.example17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/config.json.example b/src/config.json.example
new file mode 100644
index 0000000..125484b
--- /dev/null
+++ b/src/config.json.example
@@ -0,0 +1,17 @@
+{
+ "db_driver": "",
+ "db_dbname": "",
+ "db_host": "",
+ "db_port": "",
+ "db_user": "",
+ "db_password": "",
+ "db_options": "",
+
+ "user_agent": "",
+ "delay": 0,
+
+ "access_token": "",
+ "refresh_token": "",
+
+ "debug": false
+}