diff options
author | David Timber <dxdt@dev.snart.me> | 2024-05-01 00:37:21 +0900 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2024-05-01 00:37:21 +0900 |
commit | 0881bc4df7ad5225da10e0028fdf73e95c8fa943 (patch) | |
tree | 0fcbc134c87e6a4579d29272634f0af83699afd4 /doc |
Initial commit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.jsonc | 13 |
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" + } +} |