new secrets
This commit is contained in:
parent
648760a358
commit
b79b90bb18
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/filecache
|
/filecache
|
||||||
/__pycache__
|
/__pycache__
|
||||||
/access_log.db
|
/access_log.db
|
||||||
|
/allowed_secrets.json
|
||||||
@ -1,15 +1,4 @@
|
|||||||
{
|
{
|
||||||
"test": {
|
|
||||||
"expiry": "31.03.2025",
|
|
||||||
"file_root": "/mp3_root"
|
|
||||||
},
|
|
||||||
"fh48750p353": {
|
|
||||||
"expiry": "20.04.2025",
|
|
||||||
"file_root": "/mp3_root"
|
|
||||||
},
|
|
||||||
"another_secret": {
|
|
||||||
"expiry": "30.04.2025",
|
|
||||||
"file_root": "/mp3_root/another"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user