Skip to content

Commit

Permalink
OV-431: * config
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy4 committed Sep 25, 2024
1 parent e4aa255 commit 0cb817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/framework/config/base-config.package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class BaseConfig implements Config {
'VITE_APP_API_ORIGIN_URL'
] as string,
SOCKET_ORIGIN_URL: import.meta.env[
'VITE_APP_SOCKET_ORIGIN_URL'
'VITE_APP_PROXY_SERVER_URL'
] as string,
},
};
Expand Down

0 comments on commit 0cb817c

Please sign in to comment.