brainlet-react/bfrontend/src/Config.js

6 lines
187 B
JavaScript
Raw Normal View History

const config = {
apiUrl: 'http://localhost:3000',
2021-03-25 20:22:48 +02:00
gatewayUrl: '', // Leave blank for it to look for the gateway on the current page, if that makes sense
};
export default config;