-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (18 loc) · 888 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (18 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Put real secrets in ~/.env only (NOT in this repo).
# Copy nothing from here into tracked files.
# GitHub personal access token (optional, used for release API rate limits)
# GITHUB_TOKEN=
# Stripe secret key (optional, maintainers only; for scripts/create_stripe_donate_link.sh)
# Never commit real values. Create payment links locally; only the public donate URL goes in README.
# STRIPE_SECRET_KEY=
# IGDB metadata (optional; Twitch developer app credentials)
# IGDB_CLIENT_ID=
# IGDB_CLIENT_SECRET=
# RetroAchievements (optional; enables RA matching and progress without the UI form)
# RETROACHIEVEMENTS_USERNAME=
# RETROACHIEVEMENTS_API_KEY=
# EmuMovies (optional; licensed account required for media downloads)
# EMUMOVIES_USERNAME=
# EMUMOVIES_PASSWORD=
# Webhooks reject plain HTTP by default. Set this only for trusted local test targets.
# OPENBOX_ALLOW_HTTP_WEBHOOKS=1