forked from DebaucheryLibrarian/traxxx
Changed example database users.
This commit is contained in:
@@ -2,13 +2,13 @@ module.exports = {
|
|||||||
database: {
|
database: {
|
||||||
owner: {
|
owner: {
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
user: 'user',
|
user: 'traxxx',
|
||||||
password: 'password',
|
password: 'password',
|
||||||
database: 'traxxx',
|
database: 'traxxx',
|
||||||
},
|
},
|
||||||
query: {
|
query: {
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
user: 'user',
|
user: 'visitor',
|
||||||
password: 'password',
|
password: 'password',
|
||||||
database: 'traxxx',
|
database: 'traxxx',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user