Fix example config to have AutoMigrate be a proper boolean type in JSON

This commit is contained in:
Maximilian 2023-02-13 23:32:16 -06:00
parent eb1c2daa6a
commit bbbf14bdc7

View File

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