summaryrefslogtreecommitdiff
path: root/grafana/.env.template
blob: 6f75e98f75601a1ada0cedcff9e823c2adbf9051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy to '.env' and replace placeholder values
# ======================================

# ------------------------------
# OAuth Credentials (REPLACE THESE)
# ------------------------------
GF_AUTH_GENERIC_OAUTH_CLIENT_ID=your_client_id_here
GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET=your_client_secret_here

# ------------------------------
# URLs (Update with your domains)
# ------------------------------
GF_SERVER_ROOT_URL=https://your.grafana.domain
GF_AUTH_GENERIC_OAUTH_AUTH_URL=https://your.auth.provider/oauth/authorize/
GF_AUTH_GENERIC_OAUTH_TOKEN_URL=https://your.auth.provider/oauth/token/
GF_AUTH_GENERIC_OAUTH_API_URL=https://your.auth.provider/userinfo/
GF_AUTH_SIGNOUT_REDIRECT_URL=https://your.auth.provider/logout/

# ------------------------------
# Paths (Update if needed)
# ------------------------------
GRAFANA_CONFIG_PATH=./custom.ini  # Path to your custom Grafana config