-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
29 lines (23 loc) · 1.24 KB
/
Copy pathenv.example
File metadata and controls
29 lines (23 loc) · 1.24 KB
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
# Build-time configuration for Erebrus Drop.
#
# Copy this file to `.env` and fill in the values. The build wrapper
# `scripts/build.sh` reads `.env` and passes these keys as --dart-define flags
# to Flutter. Values are compile-time constants; they are not loaded at runtime.
#
# Required for Reown AppKit wallet/social login on Android/iOS.
REOWN_PROJECT_ID=
# Optional: override the default gateway base URL.
GATEWAY_URL=https://gateway.erebrus.io
# Optional: override the public IPFS gateway used for CID downloads.
IPFS_GATEWAY_URL=https://ipfs.erebrus.io
# Optional: Google Sign-In server client ID. Used by the backend to verify tokens.
GOOGLE_SERVER_CLIENT_ID=
# Optional: Apple Sign-In services ID. Required only for Apple sign-in relay on
# Android/web. iOS/macOS use the app's native Apple sign-in capability instead.
APPLE_SERVICE_ID=
# Optional: Apple sign-in redirect URI. On Android the gateway must preserve
# Apple's callback parameters (including the `drop.` state) and redirect to:
# intent://callback?...#Intent;package=com.erebrus.drop;scheme=signinwithapple;end
APPLE_REDIRECT_URI=https://gateway.erebrus.io/api/v2/auth/apple/callback
# Optional: Erebrus webapp origin used for desktop browser auth.
EREBRUS_WEB_ORIGIN=https://erebrus.io