-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (35 loc) · 2 KB
/
Copy path.env.example
File metadata and controls
39 lines (35 loc) · 2 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
30
31
32
33
34
35
36
37
38
39
# =============================================================================
# Elara Wallet — Environment Variables
# Copy this file to `.env` and fill in your own values.
# All VITE_ prefixed variables are exposed to the frontend at build time.
# Do NOT commit your real `.env` file.
# =============================================================================
# -----------------------------------------------------------------------------
# Malachi AI Concierge (AiAssist)
# -----------------------------------------------------------------------------
# Required for the in-app AI assistant. Get keys from your AiAssist account.
# If left blank, the AI concierge features will be disabled.
VITE_AIASSIST_API_KEY=
VITE_AIASSIST_SALT=
# -----------------------------------------------------------------------------
# ChangeNOW (in-app crypto swaps)
# -----------------------------------------------------------------------------
# Required for the swap feature. Get an API key from https://changenow.io/api
# If left blank, swap functionality will be disabled.
VITE_CHANGENOW_API_KEY=
# -----------------------------------------------------------------------------
# RevenueCat (Premium Subscriptions) — optional
# -----------------------------------------------------------------------------
# Get your API keys from https://app.revenuecat.com/settings/api-keys
# You need separate keys for Android and iOS.
VITE_REVENUECAT_ANDROID_KEY=
VITE_REVENUECAT_IOS_KEY=
# =============================================================================
# Android Release Signing (used only by `npm run build:apk` / build:android:release)
# These are shell environment variables (NOT VITE_ prefixed) and are never
# bundled into the app. Generate your own keystore — see README.md.
# =============================================================================
# KEYSTORE_PATH=/absolute/path/to/your-release-key.jks
# KEYSTORE_PASSWORD=your-store-password
# KEYSTORE_ALIAS=your-key-alias
# KEYSTORE_ALIAS_PASSWORD=your-key-alias-password