mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-09 02:07:42 -04:00
8 lines
208 B
TypeScript
8 lines
208 B
TypeScript
import { isProd } from 'common/envs/is-prod'
|
|
|
|
export const compassUserId = isProd()
|
|
? 'tRZZ6ihugZQLXPf6aPRneGpWLmz1'
|
|
: 'RlXR2xa4EFfAzdCbSe45wkcdarh1'
|
|
|
|
export const MAX_COMPATIBILITY_QUESTION_LENGTH = 240
|