-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.env.example
More file actions
21 lines (18 loc) · 840 Bytes
/
secrets.env.example
File metadata and controls
21 lines (18 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# secrets.env.example
#
# Copy this file to secrets.env (gitignored) and fill in your op:// paths.
# Then run the app with: op run --env-file=secrets.env -- next dev
#
# op:// paths follow the format: op://vault/item/field
#
# Non-secret params (GCP project IDs, Grafana datasource UIDs, log names, Loki
# selectors) live plainly in projects.json — no need to reference them here.
# Only true secrets (tokens, API keys) belong in this file.
# Google Cloud Logging
# No secrets needed if using Application Default Credentials (ADC).
# ADC automatically uses your gcloud login or workload identity.
# Run `gcloud auth application-default login` once to set up ADC locally.
# Axiom
AXIOM_TOKEN=op://Personal/Axiom/token
# Grafana Loki (if a token is required — see docs/architecture/auth.md)
# GRAFANA_TOKEN=op://Personal/Grafana/token