9 lines
146 B
Bash
9 lines
146 B
Bash
#!/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
|