fix: add config.json and store to gitignore

This commit is contained in:
b1ek 2024-05-11 21:36:19 +10:00
parent 71d635fcb1
commit 7a1433b830
Signed by: blek
GPG Key ID: 14546221E3595D0C
3 changed files with 11 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules
dist
store
config.json

10
config.example.json Normal file
View File

@ -0,0 +1,10 @@
{
"clients": [
{
"name": "user",
"keySha256Sum": "0000000000000000000000000000000000000000000000000000000000000000",
"quota": 512
}
],
"storePath": "store"
}

View File

@ -1,10 +0,0 @@
{
"clients": [
{
"name": "izz",
"keySha256Sum": "eeb36e726e3ffec16da7798415bb4e531bf8a57fbe276fcc3fc6ea986cb02e9a",
"quota": 512
}
],
"storePath": "store"
}