security: remove apikeys.json from tracking, add example template

This commit is contained in:
jae 2026-04-19 12:39:41 +00:00
parent 7ae0271bc7
commit d988ba4600
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored
View file

@ -12,3 +12,6 @@ download_uk_mod_ufo.sh
# Protect uploaded PDFs from git clean
unredacted/docs/
crimescene/docs/
# SECRETS - NEVER commit this file
api/data/apikeys.json

View 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" }
}