random-web-tools/config.js.example

6 lines
114 B
Plaintext
Raw Normal View History

2023-11-10 16:00:27 +02:00
const config = {
APP_URL: 'http://localhost:3000',
// API_URL: 'http://localhost:8080/v1',
};
export { config }