Changed example database users.

This commit is contained in:
DebaucheryLibrarian 2021-03-15 04:15:00 +01:00
parent a0be8f0aa3
commit 8e06d465cb
1 changed files with 2 additions and 2 deletions

View File

@ -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',
},