Skip to content

Commit ab4c0e2

Browse files
authored
Update Config.php
1 parent 7df5643 commit ab4c0e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

App/Config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Config
2121
*
2222
*/
2323

24-
const DB_USER = 'bots';
24+
const DB_USER = '';
2525

2626
/**
2727
*
@@ -41,7 +41,7 @@ class Config
4141
*
4242
*/
4343

44-
const DB_PASS = 'QW6XALwnpP6ZwNvG';
44+
const DB_PASS = '';
4545

4646
/**
4747
*
@@ -51,7 +51,7 @@ class Config
5151
*
5252
*/
5353

54-
const DB_NAME = 'dproname_hiddentreasures';
54+
const DB_NAME = '';
5555

5656
/**
5757
*
@@ -74,4 +74,4 @@ class Config
7474
*/
7575

7676
const DEP_ROOT = 'packages';
77-
}
77+
}

0 commit comments

Comments
 (0)