diff --git a/.gitignore b/.gitignore index 71ac350..511d89a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /venv /filecache /__pycache__ -/access_log.db \ No newline at end of file +/access_log.db +/allowed_secrets.json \ No newline at end of file diff --git a/allowed_secrets.json b/allowed_secrets.json index 00c4de4..fae9750 100644 --- a/allowed_secrets.json +++ b/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" - } - } + +} \ No newline at end of file