Skip to content

Commit

Permalink
config.ini.example: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
eras committed Mar 19, 2022
1 parent 53a7e5f commit 6ac580f
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions config.ini.example
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

0 comments on commit 6ac580f

Please sign in to comment.