mirror of
https://github.com/System-End/spaces.git
synced 2026-04-19 16:38:24 +00:00
9 lines
259 B
Bash
9 lines
259 B
Bash
PG_CONNECTION_STRING=your-postgres-db-url
|
|
AIRTABLE_API_KEY=your-airtable-pat
|
|
AIRTABLE_BASE_ID=your=airtable-baseid
|
|
PORT=3000
|
|
DOCKER=false
|
|
API_URL=http://localhost:3000/api/v1
|
|
SERVER_URL=http://localhost
|
|
NODE_ENV=development
|
|
FRONTEND_URL=http://localhost:5173
|