diff --git a/client/public/config.js b/client/public/config.js index b1a3eb9ea..f146c20ef 100644 --- a/client/public/config.js +++ b/client/public/config.js @@ -1,6 +1,6 @@ window.env = { - // SERVER_DOMAIN_NAME_API: 'https://cshrserver.gent01.qa.grid.tf/api', // Added for testing, this is a staging API - // SERVER_DOMAIN_NAME_WS: 'wss://cshrserver.gent01.qa.grid.tf/ws/notification', // Added for testing, this is a staging API + // SERVER_DOMAIN_NAME_API: 'https://bknd2.hr.threefold.tech/api', // Added for testing, this is a staging API + // SERVER_DOMAIN_NAME_WS: 'wss://bknd2.hr.threefold.tech/ws/notification', // Added for testing, this is a staging API SERVER_DOMAIN_NAME_API: 'http://127.0.0.1:8000/api', // Added for testing, this is the local server API SERVER_DOMAIN_NAME_WS: 'ws://127.0.0.1:8000/ws/notification', // Added for testing, this is the local server API }; \ No newline at end of file diff --git a/client/src/components/CalenderComponent.vue b/client/src/components/CalenderComponent.vue index 05d34d738..c4f52aac9 100644 --- a/client/src/components/CalenderComponent.vue +++ b/client/src/components/CalenderComponent.vue @@ -1,35 +1,38 @@