Browse Source

Fix typos in Snap config.

Thanks to urmel1960 and xet7 !

Fixes #4824
Lauri Ojansivu 2 years ago
parent
commit
7ca4894789
1 changed files with 3 additions and 3 deletions
  1. 3 3
      snap-src/bin/config

+ 3 - 3
snap-src/bin/config

@@ -33,8 +33,8 @@ KEY_S3="s3"
 #
 #
 # CMD ["node", "/build/main.js"]
 # CMD ["node", "/build/main.js"]
 DESCRIPTION_NODE_OPTIONS="Add more Node heap. https://github.com/wekan/wekan/issues/3585#issuecomment-1021522132 . Default: node-options=\"--max_old_space_size=4096\""
 DESCRIPTION_NODE_OPTIONS="Add more Node heap. https://github.com/wekan/wekan/issues/3585#issuecomment-1021522132 . Default: node-options=\"--max_old_space_size=4096\""
-DEFAULT_NODE_OPTIONS="--max_old_space_size=4096"
-KEYS_NODE_OPTIONS="node-options"
+DEFAULT_NODE_OPTIONS=""
+KEY_NODE_OPTIONS="node-options"
 
 
 # default values
 # default values
 DESCRIPTION_DEBUG="Debug OIDC OAuth2 etc. Example: sudo snap set wekan debug='true'"
 DESCRIPTION_DEBUG="Debug OIDC OAuth2 etc. Example: sudo snap set wekan debug='true'"
@@ -227,7 +227,7 @@ KEY_MATOMO_WITH_USERNAME="matomo-with-username"
 
 
 DESCRIPTION_METRICS_ALLOWED_IP_ADDRESSES="Metrics allowed IP addresses, separated by ',' . https://github.com/wekan/wekan/wiki/Metrics"
 DESCRIPTION_METRICS_ALLOWED_IP_ADDRESSES="Metrics allowed IP addresses, separated by ',' . https://github.com/wekan/wekan/wiki/Metrics"
 DEFAULT_METRICS_ALLOWED_IP_ADDRESSES=""
 DEFAULT_METRICS_ALLOWED_IP_ADDRESSES=""
-KEY_METRICS_ALLOWED_IP_ADDRESSES"metrics-allowed-ip-addresses"
+KEY_METRICS_ALLOWED_IP_ADDRESSES="metrics-allowed-ip-addresses"
 
 
 DESCRIPTION_BROWSER_POLICY_ENABLED="Enable browser policy and allow one trusted URL that can have iframe that has Wekan embedded inside.\n"\
 DESCRIPTION_BROWSER_POLICY_ENABLED="Enable browser policy and allow one trusted URL that can have iframe that has Wekan embedded inside.\n"\
 "\t\t\t Setting this to false is not recommended, it also disables all other browser policy protections\n"\
 "\t\t\t Setting this to false is not recommended, it also disables all other browser policy protections\n"\