UNPKG

746 BJavaScriptView Raw
1/* jshint
2browser: true, jquery: true, node: true,
3bitwise: true, camelcase: false, curly: true, eqeqeq: true, es3: true, evil: true, expr: true, forin: true, immed: true, indent: 4, latedef: true, newcap: true, noarg: true, noempty: true, nonew: true, quotmark: single, regexdash: true, strict: true, sub: true, trailing: true, undef: true, unused: vars, white: true
4*/
5
6'use strict';
7
8module.exports = {
9
10 PSA_SERVER_HOST: 'cw.my-company.tld',
11 INTEGRATION_COMPANY_NAME: 'my-company',
12
13 INTEGRATION_LOGIN_ID: 'my-login',
14 INTEGRATION_PASSWORD: 'my-password',
15
16 // This company is the crash test dummy company, do not use a real company, make up a fake one.
17 TEST_PSA_COMPANY_ID: 'Dummy',
18 TEST_PSA_COMPANY_NAME: 'Dummy.co'
19};
\No newline at end of file