|
|
|
@ -28,6 +28,10 @@ echo -e "\t\t-connect mongodb-plug with slot from snap providing mongodb" |
|
|
|
|
echo -e "\t\t-disable mongodb in $SNAP_NAME by calling: $ snap set $SNAP_NAME set disable-mongodb='true'" |
|
|
|
|
echo -e "\t\t-set mongodb-bind-unix-socket to point to serving mongodb. Use relative path inside shared directory, e.g run/mongodb-27017.sock" |
|
|
|
|
echo -e "\n" |
|
|
|
|
echo -e "To enable the API of wekan:" |
|
|
|
|
echo -e "\t$ snap set $SNAP_NAME WITH_API='true'" |
|
|
|
|
echo -e "\t-Disable the API:" |
|
|
|
|
echo -e "\t$ snap set $SNAP_NAME WITH_API='false'" |
|
|
|
|
# parse config file for supported settings keys |
|
|
|
|
echo -e "wekan supports settings keys" |
|
|
|
|
echo -e "values can be changed by calling\n$ snap set $SNAP_NAME <key name>='<key value>'" |
|
|
|
|