random-web-tools/config.js.example
2024-10-16 11:19:00 +03:00

6 lines
81 B
Plaintext

const config = {
APP_URL: 'http://192.168.33.27:3000/',
};
export { config };