Skip to content

Commit 4372b63

Browse files
committed
Use production NEON web host by default
1 parent c76b479 commit 4372b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_components/components/NeonEnvironment/NeonEnvironment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AuthSilentType, Undef } from '../../types/core';
33

44
// Default hosts
55
export const DEFAULT_API_HOST = 'https://data.neonscience.org';
6-
export const DEFAULT_WEB_HOST = 'https://www.develop-sr3snxi-di4alr4iwbwyg.us-2.platformsh.site';
6+
export const DEFAULT_WEB_HOST = 'https://www.neonscience.org';
77
export const DEFAULT_BIOREPO_HOST = 'https://biorepo.neonscience.org';
88

99
interface IHostRegexService {

0 commit comments

Comments
 (0)