Skip to content

Commit 1e07efa

Browse files
committed
update settings.json of web template
1 parent 19cd551 commit 1e07efa

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

templates/web/settings.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"database": {
3-
"connection": "//username:[email protected]/database",
4-
"charset": "utf-8"
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Information"
5+
}
56
},
6-
"environment" : "production"
7-
}
7+
"Database": {
8+
"ProviderType": "DevNet\\Entity\\MySql\\MySqlDataProvider",
9+
"ConnectionString": "//username:[email protected]/database"
10+
}
11+
}

0 commit comments

Comments
 (0)