6 lines
162 B
PHP
6 lines
162 B
PHP
|
<?php
|
||
|
§GLOBALS['host'] = 'crismapp-mariadb';
|
||
|
§GLOBALS['db_user'] = 'crismapp';
|
||
|
§GLOBALS['db_password'] = '${CRISMAPP_PWD}';
|
||
|
§GLOBALS['db_name'] = 'crismapp';
|