Added api url to env example

This commit is contained in:
2025-03-19 12:21:59 -05:00
parent 6698fc52e3
commit 41bb4b2797
4 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
// client/config.js
export const CONFIG = {
LICENSE_API_URL: 'http://localhost:3000', // backend API URL
LICENSE_API_URL: import.meta.env.VITE_LICENSE_API_URL || 'http://localhost:3000',
OFFLINE_GRACE_PERIOD_DAYS: 14,
};