Update config
This commit is contained in:
parent
dd42059fb4
commit
d0337c43c5
2 changed files with 8 additions and 1 deletions
|
@ -9,6 +9,13 @@
|
||||||
"WhiteLabel": "true",
|
"WhiteLabel": "true",
|
||||||
"FooterVersion": "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": [
|
"HeaderItems": [
|
||||||
{
|
{
|
||||||
"text": "Demo",
|
"text": "Demo",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
butterflyvu:
|
butterflyvu:
|
||||||
image: ark.sudovanilla.org/korbs/butterflyvu:amd64
|
image: oci.registry.sudovanilla.org/butterflyvu
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/config.json
|
- ./config.json:/app/config.json
|
||||||
|
|
Loading…
Reference in a new issue