mirror of
https://github.com/p08dev/Bloggr.git
synced 2026-06-17 04:33:56 +02:00
Ignore config.php
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
lib/config.php
|
||||
@ -1,10 +0,0 @@
|
||||
<?php
|
||||
define('SITE_TITLE', 'Title of Doom');
|
||||
|
||||
define('DB_HOST', 'localhost');
|
||||
define('DB_NAME', 'bloggr');
|
||||
define('DB_USER', 'root');
|
||||
define('DB_PASS', '');
|
||||
|
||||
define('ADMIN_USER', 'admin');
|
||||
define('ADMIN_EMAIL', 'test@test.com');
|
||||
Reference in New Issue
Block a user