wishthis/includes/config/config-sample.php
Jay a34cf3ca38 Squashed commit of the following:
commit 52bbe64d73
Author: Jay <github.hybridsupply@grandel.anonaddy.me>
Date:   Mon Nov 15 12:32:44 2021 +0100

    Add login

commit dce62230b5
Author: Jay <github.hybridsupply@grandel.anonaddy.me>
Date:   Mon Nov 15 12:20:55 2021 +0100

    Improve installer detection

commit 7d5f19c3b8
Author: Jay <github.hybridsupply@grandel.anonaddy.me>
Date:   Mon Nov 15 09:45:36 2021 +0100

    Improve installation

commit 39b2ef2c03
Author: Jay <github.hybridsupply@grandel.anonaddy.me>
Date:   Mon Nov 15 08:28:08 2021 +0100

    Update .gitattributes

commit 364dd117d4
Author: Jay <github.hybridsupply@grandel.anonaddy.me>
Date:   Mon Nov 15 08:27:09 2021 +0100

    Update .gitattributes

commit e76392487d
Author: grandeljay <github.jay@grandel.anonaddy.me>
Date:   Sun Nov 14 09:13:09 2021 +0100

    Center main content

commit 511de407b0
Author: grandeljay <github.jay@grandel.anonaddy.me>
Date:   Sun Nov 14 09:13:01 2021 +0100

    Connect to database

commit 44c1d26d89
Author: grandeljay <github.jay@grandel.anonaddy.me>
Date:   Sun Nov 14 09:12:49 2021 +0100

    Improve installer

commit 38ace568a1
Author: Jay <github.hybridsupply@grandel.anonaddy.me>
Date:   Fri Nov 12 17:01:04 2021 +0100

    Write config
2021-11-15 12:33:38 +01:00

12 lines
235 B
PHP

<?php
/**
* config-sample.php
*
* @author Jay Trees <github.jay@grandel.anonaddy.me>
*/
define('DATABASE_HOST', 'localhost');
define('DATABASE_NAME', 'wishthis');
define('DATABASE_USER', 'root');
define('DATABASE_PASSWORD', '');