mirror of
https://github.com/System-End/slack-simplyplural.git
synced 2026-04-19 15:18:20 +00:00
20 lines
727 B
Text
20 lines
727 B
Text
[[users]]
|
|
"System Name" = "System-name"
|
|
"Simply Plural Token" = "your-simplyplural-token"
|
|
"Simply Plural ID" = "your-system-id"
|
|
"Slack User Token" = "xoxp-your-slack-token"
|
|
"Default Avatar" = "https://example.com/default-avatar.png"
|
|
|
|
# Optional list of group names to exclude (case-insensitive match)
|
|
"Exclude Groups" = ["Group1", "Group2"]
|
|
|
|
# Mapping from excluded group name (lowercase) to a replacement member ID
|
|
[users."Group Replacements"]
|
|
littles = "member-id-for-replacement-for-group1"
|
|
bots = "member-id-for-replacement-for-group2"
|
|
|
|
# Fallback replacement if no specific group replacement is found
|
|
[users."Excluded Replacement"]
|
|
Name = "Private"
|
|
Pronouns = "they/them"
|
|
Avatar = "https://example.com/private-avatar.png"
|