-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,28 @@ | ||
[Tesla] | ||
email= | ||
|
||
[Matrix] | ||
homeserver=https://matrix.org/ | ||
mxid=@example:matrix.org | ||
password=password | ||
|
||
[Slack] | ||
slackid= | ||
token= | ||
channel=34343i9 | ||
[common] | ||
state_file = state.ini | ||
control = matrix | ||
|
||
[tesla] | ||
email = [email protected] | ||
|
||
[matrix] | ||
# Store matrix state in this directory | ||
store_path = matrix_store | ||
|
||
# Homeserver to use | ||
homeserver = https://matrix.org/ | ||
|
||
# Matrix id for the bot | ||
mxid = @yourtesla:matrix.org | ||
|
||
# Password for logging in to Matrix; can be removed after initial signin is complete | ||
# and access token is written to state_file | ||
password = secret_password | ||
|
||
# Trust the devices of these users. Not secure against active attacks. | ||
trust_mxids = @youruserid:matrix.org,@anotherid:example.com | ||
|
||
[slack] | ||
oauth = | ||
signing_secret = | ||
channel = #teslacontrol |