random-web-tools/config.js.example

6 lines
81 B
Plaintext
Raw Normal View History

2023-11-10 16:00:27 +02:00
const config = {
2024-10-16 11:19:00 +03:00
APP_URL: 'http://192.168.33.27:3000/',
2023-11-10 16:00:27 +02:00
};
2024-10-16 11:19:00 +03:00
export { config };