9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
|
#!/bin/sh
|
||
|
domain=maubot.example.com
|
||
|
home_server=matrix.com
|
||
|
install_dir=/opt/maubot
|
||
|
unix_user=www-data
|
||
|
maubot_user=maubot
|
||
|
maubot_pass=maubot
|
||
|
ssl=y
|