Switch from .json for secrets to .env
This commit is contained in:
parent
f8ad83439c
commit
d2f89f0938
2 changed files with 2 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@ target/
|
||||||
venv/
|
venv/
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
api-key.json
|
|
||||||
|
/.env
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"api_key": ""
|
|
||||||
}
|
|
Loading…
Reference in a new issue