security: remove apikeys.json from tracking, add example template
This commit is contained in:
parent
7ae0271bc7
commit
d988ba4600
2 changed files with 12 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -12,3 +12,6 @@ download_uk_mod_ufo.sh
|
||||||
# Protect uploaded PDFs from git clean
|
# Protect uploaded PDFs from git clean
|
||||||
unredacted/docs/
|
unredacted/docs/
|
||||||
crimescene/docs/
|
crimescene/docs/
|
||||||
|
|
||||||
|
# SECRETS - NEVER commit this file
|
||||||
|
api/data/apikeys.json
|
||||||
|
|
|
||||||
9
api/data/apikeys.example.json
Normal file
9
api/data/apikeys.example.json
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"weather": { "api_key": "" },
|
||||||
|
"spotify": { "client_id": "", "client_secret": "", "refresh_token": "" },
|
||||||
|
"smtp": { "host": "", "port": "587", "user": "", "pass": "" },
|
||||||
|
"discord": { "webhook": "" },
|
||||||
|
"github": { "token": "" },
|
||||||
|
"custom1": { "name": "", "key": "" },
|
||||||
|
"venice": { "api_key": "", "model": "gemma-4-uncensored" }
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue