7 lines
159 B
PHP
7 lines
159 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
const CONFIG_SQL_DSN = 'mysql:host=localhost;dbname=bank';
|
|
const CONFIG_SQL_USER = 'www-data';
|
|
const CONFIG_SQL_PASSWORD = '';
|