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