mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-03 06:42:19 +00:00
Test?
This commit is contained in:
parent
97caf4bc37
commit
d927f1c5a1
5 changed files with 46 additions and 20 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue