2020-12-28 17:51:34 +02:00
|
|
|
const config = {
|
2021-01-05 22:16:58 +02:00
|
|
|
apiUrl: 'http://localhost:3000',
|
|
|
|
gatewayUrl: '' // Leave blank for it to look for the gateway on the current page, if that makes sense
|
2020-12-28 17:51:34 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
export default config;
|