Fix example config to have AutoMigrate be a proper boolean type in JSON
This commit is contained in:
parent
eb1c2daa6a
commit
bbbf14bdc7
@ -5,7 +5,7 @@
|
||||
"DbName": "database",
|
||||
"DbUser": "user",
|
||||
"DbPassword": "password",
|
||||
"AutoMigrate": "true"
|
||||
"AutoMigrate": true
|
||||
},
|
||||
"Listen": {
|
||||
"HttpIp": "127.0.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user