module-hub-aurum-core-connector
Version:
Module to connect to the Aurum Core
46 lines (40 loc) • 1.12 kB
JavaScript
module.exports = {
configuration: {
production: {
environment: "production",
company: "casher_prod",
},
test: {
environment: "test",
company: "casher_test",
},
dev: {
environment: "dev",
company: "casher_dev",
tenant: "casher.mx",
consumer: {
key: "98ifAwgZZ_8fraDf8AQ3Rnb62vka",
secret: "gYFkAWF8yehoUYiH4TfegoW_39Qa",
},
authentication: {
url: "https://auth-uat.aurumcore.casher.mx/tenant",
context: "token",
scope: "use_otp update_info_scope use_accounts use_payments use_profile use_cards",
},
apiEndpoint: "https://api-uat.aurumcore.casher.mx:9095/",
sessionEngine: {
company: "casher",
datasource: {
user: "admaurumcore",
host: "localhost",
database: "gestopagosdb",
password: "aEbd7kMv5z06vXSqatZQTgp3n6BD2k",
port: 5436,
max: 20,
idleTimeoutMillis: 30000,
connectionTimeoutMillis: 2000,
},
},
},
},
};