Files
TueIT_App/clientsideConfig.js
2024-02-16 17:35:00 +01:00

8 lines
162 B
JavaScript

const clientsideConfig = {
// later for the server
// url: 'tueitapp.tueit.de',
url: 'localhost',
port: 3000,
};
export default clientsideConfig;