-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
23 lines (21 loc) · 1.03 KB
/
.env.example
File metadata and controls
23 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Deployment mode (default: standalone)
#
# standalone → single project, no control plane (apps/server/.objectstack/data/app.db)
# cloud → multi-project + control plane (apps/server/.objectstack/data/control.db)
#
# Legacy alias: OBJECTSTACK_MULTI_PROJECT=true (deprecated, removes in next major)
# OBJECTSTACK_MODE=standalone
# Control-plane / business database
#
# unset → file:./.objectstack/data/control.db (cloud) or app.db (standalone)
# file:<path> → SQLite at that path
# libsql://host → libSQL / Turso
# http(s)://host → libSQL / sqld over HTTP
#
# OBJECTSTACK_DATABASE_URL=libsql://your-database.turso.io
# OBJECTSTACK_DATABASE_AUTH_TOKEN=your-auth-token-here
# Turso Platform API (cloud mode only — per-project database provisioning)
# When set, new projects are provisioned as real Turso cloud databases.
# When unset, each project gets a local SQLite file under .objectstack/data/environments/.
TURSO_ORG_NAME=your-org-slug
TURSO_API_TOKEN=your-platform-api-token