From 998e6221aeb02ab89ed272e23f86fa4b5d68de8d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 2 Feb 2022 09:24:50 +0100 Subject: [PATCH] Update config.json --- fireflyiii_data_importer/config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index 638d23622..8c9570e4a 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -17,7 +17,9 @@ "ssl" ], "name": "Firefly iii Data Importer", - "options": {}, + "options": { + "CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml" + }, "ports": { "8080/tcp": 3474 }, @@ -31,7 +33,8 @@ "NORDIGEN_ID": "str?", "NORDIGEN_KEY": "str?", "SPECTRE_APP_ID": "str?", - "SPECTRE_SECRET": "str?" + "SPECTRE_SECRET": "str?", + "CONFIG_LOCATION": "str" }, "slug": "fireflyiii_data_importer", "upstream": "version-0.7.0",