Task: Add multiple profiles and add lib for custom build profile and fixed in sandbox clinic

This commit is contained in:
2021-08-09 11:04:43 +07:00
parent afd81b1dfb
commit 57ca98a652
15 changed files with 43 additions and 16 deletions

3
profile/clinic.env Normal file
View File

@@ -0,0 +1,3 @@
const APP_URL = 'https://clinic.cubetiqs.com';
module.exports = APP_URL;

3
profile/dr.env Normal file
View File

@@ -0,0 +1,3 @@
const APP_URL = 'https://app.drprofessionalglobal.com';
module.exports = APP_URL;

3
profile/em.env Normal file
View File

@@ -0,0 +1,3 @@
const APP_URL = 'https://app.embeautyclinic.com';
module.exports = APP_URL;

3
profile/kesor.env Normal file
View File

@@ -0,0 +1,3 @@
const APP_URL = 'https://claris.cubetiqs.com';
module.exports = APP_URL;