Skip to content
config.inc.php.sample 197 B
Newer Older
<?php

$config = [
    'apiUrl' => 'https://ispconfig.example.com:8443/remote/json.php',
    'apiUsername' => 'remotingUserName',
    'apiPassword' => 'remotingUserPass',
    'dnsServerId' => 5
];