Add config file handling
This commit is contained in:
parent
413a6cad83
commit
ce4891af79
4 changed files with 42 additions and 15 deletions
9
auth-mastodon.ini.default
Normal file
9
auth-mastodon.ini.default
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[database]
|
||||
db_host = localhost
|
||||
db_port = 5432
|
||||
db_user = ejabberd
|
||||
db_pass =
|
||||
db_name = mastodon
|
||||
|
||||
[log]
|
||||
log_dir = /var/log/ejabberd/
|
||||
Loading…
Add table
Add a link
Reference in a new issue