Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ getBaseUrl
Function
getBaseUrl
apps/realtime/src/env.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
export
const
isAuthDisabled = env.DISABLE_AUTH === true && !isHosted
47
48
export
function
getBaseUrl(): string {
49
return
env.NEXT_PUBLIC_APP_URL
50
}
Callers
1
getAllowedOrigins
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected