Switch from .json for secrets to .env

This commit is contained in:
Neshura 2023-12-25 15:11:10 +01:00
parent f8ad83439c
commit d2f89f0938
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View file

@ -3,4 +3,5 @@ target/
venv/ venv/
.idea/ .idea/
.vscode/ .vscode/
api-key.json
/.env

View file

@ -1,3 +0,0 @@
{
"api_key": ""
}