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",
"DbUser": "user",
"DbPassword": "password",
"AutoMigrate": true
"DbAutoMigrate": true
},
"Listen": {
"HttpIp": "127.0.0.1",