5 lines
65 B
JavaScript
5 lines
65 B
JavaScript
|
module.exports = {
|
||
|
apiKey: 'foobar',
|
||
|
secretKey: '1234567'
|
||
|
};
|