summaryrefslogtreecommitdiff
path: root/etc/config.json
diff options
context:
space:
mode:
authorNeonXP <i@neonxp.dev>2022-12-20 03:09:50 +0300
committerNeonXP <i@neonxp.dev>2022-12-20 03:09:50 +0300
commit746ddc96b848660225d2c2bc10cb0d7b0a0920ee (patch)
tree4ec2a84b09aaba3b1d127bb5e3677cce548a92ac /etc/config.json
parent31bc94b7560ae3694511821efcedc3bcc5ff3683 (diff)
iteration
Diffstat (limited to 'etc/config.json')
-rw-r--r--etc/config.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/config.json b/etc/config.json
new file mode 100644
index 0000000..246d903
--- /dev/null
+++ b/etc/config.json
@@ -0,0 +1,10 @@
+{
+ "listen": ":5656",
+ "db": {
+ "path": "tree.db"
+ },
+ "jwt": {
+ "algorithm": "HS512",
+ "privateKey": "s3cr3t"
+ }
+} \ No newline at end of file