diff --git a/config.json b/config.json index def965f..dfc3067 100644 --- a/config.json +++ b/config.json @@ -9,6 +9,13 @@ "WhiteLabel": "true", "FooterVersion": "true" }, + "FeelbackConfig": { + "Enabled": false, + "ContentSetId": "566e8b96-c65e-4bf7-87df-d22a9f4994a2", + "Present": "like-dislike", + "Question": "Did this article help?", + "Answer": "Thank you for your feedback." + }, "HeaderItems": [ { "text": "Demo", diff --git a/docker-compose.yml b/docker-compose.yml index cea8599..88042dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: butterflyvu: - image: ark.sudovanilla.org/korbs/butterflyvu:amd64 + image: oci.registry.sudovanilla.org/butterflyvu network_mode: bridge volumes: - ./config.json:/app/config.json