cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
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'
}
};