From b79b90bb18152560e4edf677d155d99bd3c93859 Mon Sep 17 00:00:00 2001 From: lelo Date: Mon, 17 Mar 2025 22:40:06 +0000 Subject: [PATCH] new secrets --- .gitignore | 3 ++- allowed_secrets.json | 15 ++------------- 2 files changed, 4 insertions(+), 14 deletions(-) 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