diff --git a/files/bifrost/config.template.json b/files/bifrost/config.template.json index c4dd26f..c647697 100644 --- a/files/bifrost/config.template.json +++ b/files/bifrost/config.template.json @@ -26,6 +26,7 @@ { "$schema": "https://www.getbifrost.ai/schema", "encryption_key": {{ bifrost_encryption_key | to_json }}, + "source_of_truth": "config.json", "client": { "enable_logging": true }, @@ -40,8 +41,7 @@ "config_store": { "enabled": true, "type": "sqlite", - "config": { "path": "/app/store/config.db" }, - "source_of_truth": "config.json" + "config": { "path": "/app/store/config.db" } }, "logs_store": { "enabled": true,