dataset-gnunux/seed/sensmotdire/templates/config.php

13 lines
402 B
PHP
Raw Permalink Normal View History

2023-02-14 14:19:15 +01:00
<?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;
?>