diff --git a/README.md b/README.md index e0129bc..6e29400 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ __[OPTION] To enable or update features after container creation just edit /mass * Set your ''MASSAGUARD'' value to enable or disable massa-guard features 0=Disable 1=Enable (Enable by default) * Set your ''NODE_LOGS'' value to disable logs files (0=Disable 1=Enable). Default value 1. * Set your ''RESCUE_MAS_AMOUNT'' value to save capacity to buy a roll if your node going to disqualify. Default value 0. + * Set your ''DISCORD_WEBHOOK'' to push log events to Discord channel with webhook. Default value 0. ### [HELP] ### - Massa client is running over a "screen" named "massa-client" diff --git a/config/default_config_template.ini b/config/default_config_template.ini index 93e2e1c..a98ffc4 100644 --- a/config/default_config_template.ini +++ b/config/default_config_template.ini @@ -17,5 +17,5 @@ NODE_PWD="MassaToTheMoon2022" WALLET_PWD="MassaToTheMoon2022" # Set rescue MAS amount to buy new roll if node disqualified (Due disconnected or server hang) RESCUE_MAS_AMOUNT=0 -# Set Discord webhook to push events +# Set Discord webhook to push events. Example DISCORD_WEBHOOK="https://discord.com/api/webhooks/XXXXXXXXXXXXXXX" DISCORD_WEBHOOK=0 \ No newline at end of file