forked from voltairez/delegation-manager
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json.example
19 lines (19 loc) · 1.15 KB
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"referrerAccount": "sportstalksocial",
"delegationAccount": "sportstalksocial",
"delegationAmount": 10,
"delegationLength": 30,
"beneficiaryRemoval": true,
"checkCycleMins": 30,
"minPostRC": 3,
"muteAccount": "sportstalksocial",
"hpWarning": 150,
"maxUserHP": 30,
"adminAccount": "patrickulrich",
"notifyUser": true,
"delegationMsg": "Hi, welcome to join Hive family. You have received delegation from SportsTalkSocial https://sportstalksocial.com/ and hope you enjoy your journey with the community",
"delegationLengthMsg": "Hi, the HP delegated to you will be revoked since the delegation now exceeds 30 days",
"delegationMuteMsg": "Hi, the HP delegated to you will be revoked since you have been muted by @sportstalksocial. If you have any concern, please contact @sportstalksocial",
"delegationBeneficiaryMsg": "Hi, the HP delegated to you will be revoked since you have removed the default beneficiary settings to @sportstalksocial",
"delegationMaxMsg": "Hi, the HP delegated to you will be revoked since you already have at least 30 HP which is enough for playing around Hive. Hope everything goes well with in your future journey."
}