-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
22 lines (19 loc) · 1.01 KB
/
.env.local.example
File metadata and controls
22 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Firebase client config. These are embedded in the browser bundle and are
# not secrets; access control is enforced entirely via Firestore rules.
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
# Optional: region where Functions are deployed.
NEXT_PUBLIC_FIREBASE_REGION=us-central1
# Public URLs (safe to embed in client bundle).
NEXT_PUBLIC_APP_URL=https://useflowvault.com
NEXT_PUBLIC_GITHUB_URL=https://github.com/Flowdesktech/flowvault
# Crypto donations are processed by the NOWPayments donation widget: it
# accepts ~100+ coins, generates a fresh address per donation, and does
# not require a donor email. Neither value below is a secret — both are
# embedded in the public bundle and shown in the iframe `src`.
NEXT_PUBLIC_NOWPAYMENTS_API_KEY=d1809dbe-265d-44fc-af65-16cce1b7186b
NEXT_PUBLIC_NOWPAYMENTS_DONATION_URL=https://nowpayments.io/donation/flowdesktech