HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /www/exchange2/exchange/config/dev.php
<?php
//Import config from production
$config = require_once 'production.php';
//Database configuration
$config['database']['hostname'] = 'exchange2-dev.c6wcnnogohkm.eu-west-1.rds.amazonaws.com';
$config['database']['username'] = 'root';
$config['database']['password'] = 'M^&ytwis93z87z&^';
$config['database']['database'] = 'exchange_dev';
//Storage configuration
$config['storage']['auws']['config']['root_path']                   = '/newvolume/exchange-dev/bodoc/auws/';
$config['storage']['sfws']['config']['root_path']                   = '/newvolume/exchange-dev/bodoc/sfws/';
$config['storage']['c-etr-invoices']['config']['root_path']         = '/newvolume/exchange-dev/bodoc/c-etr-invoices/';
$config['storage']['c-purchase-orders']['config']['root_path']      = '/newvolume/exchange-dev/bodoc/c-purchase-orders/';
$config['storage']['cheatsheet']['config']['root_path']             = '/newvolume/exchange-dev/bodoc/cheatsheet/';
$config['storage']['creditor-documents']['config']['root_path']     = '/newvolume/exchange-dev/bodoc/creditor-documents/';
$config['storage']['d-etr-invoices']['config']['root_path']         = '/newvolume/exchange-dev/bodoc/d-etr-invoices/';
$config['storage']['d-purchase-orders']['config']['root_path']      = '/newvolume/exchange-dev/bodoc/d-purchase-orders/';
$config['storage']['debtor-documents']['config']['root_path']       = '/newvolume/exchange-dev/bodoc/debtor-documents/';
$config['storage']['intermediary-documents']['config']['root_path'] = '/newvolume/exchange-dev/bodoc/intermediary-documents/';
$config['storage']['investor-documents']['config']['root_path']     = '/newvolume/exchange-dev/bodoc/investor-documents/';
$config['storage']['noa']['config']['root_path']                    = '/newvolume/exchange-dev/bodoc/noa/';
$config['storage']['noi']['config']['root_path']                    = '/newvolume/exchange-dev/bodoc/noi/';
$config['storage']['nopo']['config']['root_path']                   = '/newvolume/exchange-dev/bodoc/nopo/';
$config['storage']['originator-documents']['config']['root_path']   = '/newvolume/exchange-dev/bodoc/originator-documents/';
$config['storage']['pension-documents']['config']['root_path']      = '/newvolume/exchange-dev/bodoc/pension-documents/';
$config['storage']['other']['config']['root_path']                  = '/newvolume/exchange-dev/bodoc/other/';
$config['storage']['rpa']['config']['root_path']                    = '/newvolume/exchange-dev/bodoc/rpa/';
$config['storage']['rsa']['config']['root_path']                    = '/newvolume/exchange-dev/bodoc/rsa/';
$config['storage']['transaction-documents']['config']['root_path']  = '/newvolume/exchange-dev/bodoc/transaction-documents/';
$config['storage']['statements']['config']['root_path']             = '/newvolume/exchange-dev/bodoc/statements/';
$config['storage']['a-etr-purchase-documents']['config']['root_path'] = '/newvolume/exchange-dev/bodoc/a-etr-purchase-documents/';
$config['url']['login'] = 'https://www.convertibill.com/dev/login/';
$config['url']['receive_certificate_url'] = 'https://www.convertinill.com/dev/certificate-receive/?hash=:hash';
$config['url']['salesforce_login'] = 'https://partial-credebt.cs84.force.com/credebtCommunity/ApplicationLanding';
$config['sfws_api_key'] = 'test_api_key';
$config['sfws_create_debtor_url'] = 'https://partial-credebt.cs84.force.com/credebtCommunity/apex/ApplicationCredebtors';
$config['hijack_email_messages']='True';
$config['hijack_email_messages_to']='dev@credebt.com';

return $config;