-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (21 loc) · 1.22 KB
/
Copy path.env.example
File metadata and controls
22 lines (21 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ambilight Desktop — local environment overrides
# ================================================
# Copy this file to `.env` (which is gitignored) and fill in the values you need.
# The service loads `.env` at startup and NEVER overrides a variable that is
# already set in the real environment, so a CI-injected value always wins.
#
# Lookup order for each variable: real env var > .env (repo root) >
# ~/.ambilight/.env (per-user override for installed builds).
# --- GitHub integration ------------------------------------------------------
# OAuth App client id used by the "Connect" device flow. OPTIONAL — the app
# ships a built-in default client id (see BUILTIN_CLIENT_ID in
# ambilight/integrations/github/service.py), so "Connect" works with no setup.
#
# Set this only to OVERRIDE the default with your own OAuth App (e.g. for
# testing). It is NOT a secret: device flow uses no client secret and the id
# ships inside the app. Create one at https://github.com/settings/developers →
# "New OAuth App", enable "Device Flow", and paste its Client ID here.
#
# Release builds can also override the default by injecting GH_OAUTH_CLIENT_ID
# (repo secret/variable) — build.py bakes it into the installer.
# AMBILIGHT_GITHUB_CLIENT_ID=