Skip to content

Commit 42c20b1

Browse files
committed
update web template default database connection
1 parent ff3446a commit 42c20b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/web/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
},
77
"Database": {
8-
"ProviderType": "DevNet\\Entity\\MySql\\MySqlDataProvider",
9-
"ConnectionString": "//username:password@127.0.0.1/database"
8+
"ProviderType": "DevNet\\Entity\\PgSql\\PgSqlDataProvider",
9+
"ConnectionString": "host=localhost;database=dbname;user=username;password=password"
1010
}
1111
}

0 commit comments

Comments
 (0)