This commit is contained in:
idanoo 2023-01-30 12:30:11 +13:00
parent 97caf4bc37
commit d927f1c5a1
Signed by: idanoo
GPG key ID: 387387CDBC02F132
5 changed files with 46 additions and 20 deletions

View file

@ -14,10 +14,13 @@ var (
MATRIX_WEBHOOK_API_KEY string
MATRIX_WEBHOOK_CHANNEL string
MASTODON_INSTANCE_URL string
MASTODON_USERNAME string
MASTODON_PASSWORD string
MASTODON_CLIENT_NAME = "go-mastodon-stats"
MASTODON_CLIENT_NAME = "go-mastodon-stats"
MASTODON_INSTANCE_URL string
MASTODON_CLIENT_ID string
MASTODON_CLIENT_SECRET string
MASTODON_CLIENT_USERNAME string
MASTODON_CLIENT_PASSWORD string
// UserCount metric name
METRICNAME_USERCOUNT = "userCount"