-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 996 Bytes
/
.env.example
File metadata and controls
29 lines (23 loc) · 996 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
# SQLite Cloud Configuration
# Copy this file to .env and fill in your actual values
# Your CloudSync database ID
# Get this from: https://dashboard.sqlitecloud.io/ > Your Database > OffSync / Configuration
SQLITE_CLOUD_DATABASE_ID=
# Authentication (provide ONE of the following):
# Access token for user-level authentication (when using RLS)
# In a real app, this comes from your auth system
# For testing, use a token from the user you want to test with
ACCESS_TOKEN=
# API key for simple authentication (if not using RLS)
# Get this from: https://dashboard.sqlitecloud.io/ > Your Project > Settings > API Keys
SQLITE_CLOUD_API_KEY=
# Local database name (can be any name you prefer)
DATABASE_NAME=
# Table name to sync (must match the table created in SQLite Cloud)
TABLE_NAME=
# Expo/EAS Configuration
# Get your project ID from: https://expo.dev/ > Your Project > Overview
EAS_PROJECT_ID=
# App identifiers (use your own reverse domain format)
IOS_BUNDLE_IDENTIFIER=
ANDROID_PACKAGE=