new secrets

This commit is contained in:
lelo 2025-03-17 22:40:06 +00:00
parent 648760a358
commit b79b90bb18
2 changed files with 4 additions and 14 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/filecache /filecache
/__pycache__ /__pycache__
/access_log.db /access_log.db
/allowed_secrets.json

View File

@ -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"
}
}