AutoMigrate changed to DbAutoMigrate to match correctly
This commit is contained in:
parent
fcd6477ec3
commit
204971d40a
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user