AutoMigrate changed to DbAutoMigrate to match correctly

This commit is contained in:
max 2023-02-14 08:31:13 -06:00
parent fcd6477ec3
commit 204971d40a

View File

@ -5,7 +5,7 @@
"DbName": "database", "DbName": "database",
"DbUser": "user", "DbUser": "user",
"DbPassword": "password", "DbPassword": "password",
"AutoMigrate": true "DbAutoMigrate": true
}, },
"Listen": { "Listen": {
"HttpIp": "127.0.0.1", "HttpIp": "127.0.0.1",