diff --git a/composer.json b/composer.json index d35ded1..a5359ea 100644 --- a/composer.json +++ b/composer.json @@ -47,9 +47,9 @@ } }, "scripts": { - "post-install-cmd": "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb", + "post-install-cmd": "php init --env=Development --overwrite=All --dbinit --migrate=yes --defaultuser --checkdb", "post-create-project-cmd": [ - "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb" + "php init --env=Development --overwrite=All --dbinit --migrate=yes --defaultuser --checkdb" ] }, "repositories": [ -- libgit2 0.21.4