Skip to content

Commit 6d1e131

Browse files
authored
Change default Thunder host URL in app config
1 parent 7839ba1 commit 6d1e131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/apps/gate/src/configs/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface AppConfig {
2929
* Environment variables take precedence over JSON values when available.
3030
*/
3131
const getThunderHost = (): string => {
32-
return process.env.NEXT_PUBLIC_THUNDER_HOST || 'http://0.0.0.0:8090';
32+
return process.env.NEXT_PUBLIC_THUNDER_HOST || 'http://sts.openchoreo.localhost';
3333
};
3434

3535
export const AppConfig: AppConfig = {

0 commit comments

Comments
 (0)