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