cluedin-widget
Version:
This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.
18 lines • 437 B
JavaScript
exports.development = exports.staging = exports.production = {
client: 'pg',
connection: {
host: 'ec2-79-125-120-89.eu-west-1.compute.amazonaws.com',
user: 'sayvwyqasbklqm',
password: '0XMV1XPWXMOhLb4ydSnM8xg2nu',
database: 'd610cs3bt1jutq',
port: '5432',
ssl: true
},
pool: {
min: 1,
max: 7
},
migrations: {
tableName: 'migrations'
}
};