brainlet-react/bfrontend/src/Config.js

6 lines
186 B
JavaScript
Raw Normal View History

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;