Changed example database users.
This commit is contained in:
parent
a0be8f0aa3
commit
8e06d465cb
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue