random-web-tools/config.js.example
2023-11-10 16:00:27 +02:00

6 lines
114 B
Plaintext

const config = {
APP_URL: 'http://localhost:3000',
// API_URL: 'http://localhost:8080/v1',
};
export { config }