Skip to content

Commit cdc237e

Browse files
chanegs
1 parent 6f8d67c commit cdc237e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

apps/sim/lib/environment.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ export const isTest = env.NODE_ENV === 'test'
2323
*/
2424
export const isHosted =
2525
env.NEXT_PUBLIC_APP_URL === 'https://www.sim.ai' ||
26-
env.NEXT_PUBLIC_APP_URL === 'https://www.staging.sim.ai' ||
27-
env.NEXT_PUBLIC_APP_URL === 'https://dev-agent.thearena.ai' ||
28-
env.NEXT_PUBLIC_APP_URL === 'https://agent.thearena.ai'
26+
env.NEXT_PUBLIC_APP_URL === 'https://www.staging.sim.ai'
27+
// ||
28+
// env.NEXT_PUBLIC_APP_URL === 'https://dev-agent.thearena.ai' ||
29+
// env.NEXT_PUBLIC_APP_URL === 'https://agent.thearena.ai'
2930

3031
/**
3132
* Is billing enforcement enabled

0 commit comments

Comments
 (0)