Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

config.php

Blame
  • config.php 167 B
    <?php
    return ['database' => [
        'host' => 'localhost',
        'name' => 'iut-dev',
        'login' => 'iut-dev-user',
        'password' => 'p73i74KAV8lami2iyIpehE5ozic8GA'
    ]];