Skip to content

Commit 073669f

Browse files
Copilothotlong
andcommitted
Fix final naming inconsistency in database examples
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 010969c commit 073669f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ AUTH_SECRET=your-super-secret-key-change-this-in-production
1111

1212
# Optional: Database connection URL (defaults to SQLite: objectstack.db)
1313
# Examples:
14-
# - PostgreSQL: postgres://user:password@localhost:5432/objectos
15-
# - MongoDB: mongodb://localhost:27017/objectos
14+
# - PostgreSQL: postgres://user:password@localhost:5432/objectstack
15+
# - MongoDB: mongodb://localhost:27017/objectstack
1616
# - SQLite: sqlite:objectstack.db (or omit for default)
1717
# OBJECTQL_DATABASE_URL=sqlite:objectstack.db
1818

0 commit comments

Comments
 (0)