Added api url to env example
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user