Added a example config
This commit is contained in:
parent
039fbb3192
commit
16d3f906a2
1 changed files with 16 additions and 0 deletions
16
config.dist.php
Normal file
16
config.dist.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
$config = array(
|
||||
'prosody' => array(
|
||||
'http_base' => 'http://127.0.0.1:5280',
|
||||
'http_host' => 'boese-ban.de:5280',
|
||||
'url_prefix' => '/admin_rest/',
|
||||
'user' => 'foo@localhost',
|
||||
'password' => '',
|
||||
),
|
||||
'from' => 'foo@example.com',
|
||||
'hosts' => array(
|
||||
'localhost',
|
||||
'localhost2',
|
||||
),
|
||||
'url' => 'https://localhost',
|
||||
);
|
Reference in a new issue