v.1.0.0. initial push of license-lib
This commit is contained in:
7
client/config.js
Normal file
7
client/config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// client/config.js
|
||||
|
||||
export const CONFIG = {
|
||||
LICENSE_API_URL: 'http://localhost:3000', // backend API URL
|
||||
OFFLINE_GRACE_PERIOD_DAYS: 14,
|
||||
};
|
||||
|
Reference in New Issue
Block a user