5 lines
229 B
Text
5 lines
229 B
Text
# Local dev — SQLite (no server required)
|
|
DATABASE_URL=sqlite:///./innercontext.db
|
|
|
|
# Production — PostgreSQL (set this in your deployment environment)
|
|
# DATABASE_URL=postgresql+psycopg://user:password@host:5432/innercontext
|