Handle registering the app

This commit is contained in:
idanoo 2023-01-30 12:04:50 +13:00
parent 7e82fd4eb6
commit a2761fac3e
Signed by: idanoo
GPG key ID: 387387CDBC02F132
2 changed files with 23 additions and 4 deletions

View file

@ -17,7 +17,7 @@ var (
MASTODON_INSTANCE_URL string
MASTODON_USERNAME string
MASTODON_PASSWORD string
MASTODON_CLIENT_NAME = "go-mastodon-stats"
// UserCount metric name
METRICNAME_USERCOUNT = "userCount"