summaryrefslogtreecommitdiff
path: root/doc/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.jsonc')
-rw-r--r--doc/config.jsonc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/config.jsonc b/doc/config.jsonc
new file mode 100644
index 0000000..f185b17
--- /dev/null
+++ b/doc/config.jsonc
@@ -0,0 +1,13 @@
+{
+ "login": {
+ "id": "",
+ "password": ""
+ },
+ "api_keys": {
+ "chatgpt": ""
+ },
+ "marker": {
+ "secret": "",
+ "algorithm": "HS256"
+ }
+}