<?php
declare(strict_types=1);

const CONFIG_SQL_DSN = 'mysql:host=localhost;dbname=bank';
const CONFIG_SQL_USER = 'www-data';
const CONFIG_SQL_PASSWORD = '';