uwgaws
Version:
Client Library for University of Washington's Person Web Service
25 lines (22 loc) • 537 B
JavaScript
const config = {
baseUrl: 'https://webapps.grad.uw.edu/services/applicants/v3/api/',
cacheExt: '.json',
cacheMode: 'wild',
cachePath: './cache/',
certInfo: {
// Only use one cert store: file or s3.
file: {
cert: '/FULL/PATH/TO/509Cert',
key: '/FULL/PATH/TO/509Key',
},
// s3: {
// certBucket: 'BUCKET NAME',
// certKey: 'OBJECT KEY',
// keyBucket: 'BUCKET NAME',
// keyKey: 'OBJECT KEY'
// }
},
format: 'json',
logLevel: 'info',
};
export default config;