You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ evo install my-project --extras=sTask@main,sSeo # Install extras after setup (o
122
122
-`--db-type`: Database type (`mysql`, `pgsql`, `sqlite`, or `sqlsrv`)
123
123
-`--db-host`: Database host (default: `localhost`, not used for SQLite)
124
124
-`--db-port`: Database port (defaults: 3306 for MySQL, 5432 for PostgreSQL, 1433 for SQL Server)
125
-
-`--db-name`: Database name (for SQLite: path to database file, default: `database.sqlite`)
125
+
-`--db-name`: Database name (for SQLite: path to database file, default: `core/database/database.sqlite`)
126
126
-`--db-user`: Database user (not used for SQLite)
127
127
-`--db-password`: Database password (not used for SQLite). If it contains shell special characters (e.g. `;`, `&`, `!`), quote it: `--db-password='p;ass'`.
0 commit comments