-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (26 loc) · 925 Bytes
/
.env.example
File metadata and controls
30 lines (26 loc) · 925 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
26
27
28
29
30
ENVIRONMENT=local
# Admin and user auth
ADMIN_PASS=
USER_LOGIN_PASS=
# AT Protocol PDS
# If you want to override the default in code, set this:
PDS_ENDPOINT=
# Google Cloud / Cloud Tasks
GOOGLE_CLOUD_PROJECT=
CLOUD_TASKS_LOCATION=us-central1
CLOUD_TASKS_QUEUE=default
# Cloud Run base URL for this service (e.g. https://your-service-abc123-uc.a.run.app)
CLOUD_RUN_ENDPOINT=
# Firebase service account
FIREBASE_TYPE=service_account
FIREBASE_PROJECT_ID=
FIREBASE_PRIVATE_KEY_ID=
# Use literal \n for newlines in CI/Cloud Run env vars
FIREBASE_PRIVATE_KEY=-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----
FIREBASE_CLIENT_EMAIL=
FIREBASE_CLIENT_ID=
FIREBASE_AUTH_URI=https://accounts.google.com/o/oauth2/auth
FIREBASE_TOKEN_URI=https://oauth2.googleapis.com/token
FIREBASE_AUTH_PROVIDER_X509_CERT_URL=https://www.googleapis.com/oauth2/v1/certs
FIREBASE_CLIENT_X509_CERT_URL=
FIREBASE_UNIVERSE_DOMAIN=googleapis.com