Added stashes with experimental row security policies. Added tag photos.
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
module.exports = {
|
||||
database: {
|
||||
host: '127.0.0.1',
|
||||
user: 'user',
|
||||
password: 'password',
|
||||
database: 'traxxx',
|
||||
owner: {
|
||||
host: '127.0.0.1',
|
||||
user: 'traxxx',
|
||||
password: 'password',
|
||||
database: 'traxxx',
|
||||
},
|
||||
query: {
|
||||
host: '127.0.0.1',
|
||||
user: 'visitor',
|
||||
password: 'password',
|
||||
database: 'traxxx',
|
||||
},
|
||||
},
|
||||
web: {
|
||||
host: '0.0.0.0',
|
||||
|
||||
Reference in New Issue
Block a user