This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
prosody_registration_form/config.dist.php
2013-10-16 09:38:49 +02:00

16 lines
348 B
PHP

<?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',
);