We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010969c commit 073669fCopy full SHA for 073669f
.env.example
@@ -11,8 +11,8 @@ AUTH_SECRET=your-super-secret-key-change-this-in-production
11
12
# Optional: Database connection URL (defaults to SQLite: objectstack.db)
13
# Examples:
14
-# - PostgreSQL: postgres://user:password@localhost:5432/objectos
15
-# - MongoDB: mongodb://localhost:27017/objectos
+# - PostgreSQL: postgres://user:password@localhost:5432/objectstack
+# - MongoDB: mongodb://localhost:27017/objectstack
16
# - SQLite: sqlite:objectstack.db (or omit for default)
17
# OBJECTQL_DATABASE_URL=sqlite:objectstack.db
18
0 commit comments