We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7839ba1 commit 6d1e131Copy full SHA for 6d1e131
1 file changed
frontend/apps/gate/src/configs/app.config.ts
@@ -29,7 +29,7 @@ interface AppConfig {
29
* Environment variables take precedence over JSON values when available.
30
*/
31
const getThunderHost = (): string => {
32
- return process.env.NEXT_PUBLIC_THUNDER_HOST || 'http://0.0.0.0:8090';
+ return process.env.NEXT_PUBLIC_THUNDER_HOST || 'http://sts.openchoreo.localhost';
33
};
34
35
export const AppConfig: AppConfig = {
0 commit comments