dataset-gnunux/seed/sensmotdire/templates/config.php
2023-02-14 14:48:25 +01:00

12 lines
402 B
PHP

<?php
global $config_dsn, $URL, $NB_VERBS;
$config_dsn = array(
'phptype' => 'mysqli',
'username' => '%%mariadb_client_username',
'password' => '%%mariadb_client_password',
'hostspec' => '%%mariadb_client_server_domainname',
'database' => '%%mariadb_client_database',
);
$URL="http://%%{revprox_client_external_domainnames[0]}%%{revprox_client_external_domainnames[0]}.location";
$NB_VERBS=3;
?>