From bbbf14bdc744cb46ac4f8696c0b57bb3e545ec85 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Mon, 13 Feb 2023 23:32:16 -0600 Subject: [PATCH] Fix example config to have AutoMigrate be a proper boolean type in JSON --- env_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env_example.json b/env_example.json index 27e331c..d3b80ba 100644 --- a/env_example.json +++ b/env_example.json @@ -5,7 +5,7 @@ "DbName": "database", "DbUser": "user", "DbPassword": "password", - "AutoMigrate": "true" + "AutoMigrate": true }, "Listen": { "HttpIp": "127.0.0.1",