6 lines
No EOL
186 B
JavaScript
6 lines
No EOL
186 B
JavaScript
const config = {
|
|
apiUrl: 'http://localhost:3000',
|
|
gatewayUrl: '' // Leave blank for it to look for the gateway on the current page, if that makes sense
|
|
};
|
|
|
|
export default config; |