konnos
Dashboard
flndrn
Briven
apps
web
src
lib
env.ts
env.ts
3 lines ·
main
1
export const apiOrigin = process.env.BRIVEN_API_ORIGIN ?? 'http://localhost:3001';
2
export const webOrigin = process.env.BRIVEN_WEB_ORIGIN ?? 'http://localhost:3000';
3
export const sessionCookiePrefix = 'briven';