Put env vars use can update into separate file that is built from a template.

This commit is contained in:
2026-01-06 14:36:50 -05:00
parent 707aaeae15
commit 74db5b8b61
4 changed files with 38 additions and 7 deletions

13
env.sh.template Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -eu
export IGDB_CLIENT_ID=
export IGDB_CLIENT_SECRET=
export MOBYGAMES_API_KEY=
export STEAMGRIDDB_API_KEY=
export RETROACHIEVEMENTS_API_KEY=
export SCREENSCRAPER_USER=
export SCREENSCRAPER_PASSWORD=
export HASHEOUS_API_ENABLED=true
export OIDC_ENABLED=true