mi-v1/cfg/mastodon.dhall

11 lines
209 B
Plaintext
Raw Permalink Normal View History

2020-01-30 01:07:41 +00:00
{ Type =
{ AppID : Text
, AppSecret : Text
, Account : Text
, Instance : Text
, Token : Text
}
, default =
{ AppID = "", AppSecret = "", Account = "", Instance = "", Token = "" }
}