export default { mongoDb: { url: process.env.DATABASE_URI, }, redis: { url: process.env.REDIS_URL, delay: 5000, cacheFFKeyTenant: 'cache:featureFlags:tenant:', cacheGaFeatureKey: 'CACHE_GA_FEATURE_FLAG_KEY', }, rewarnPeriod: 43200, apiGateway: { pusherBaseUrl: process.env.API_GW_PRIVATE_REST_URI, pusherPath: process.env.AGENT_PUSHER_PATH ?? '/sdpv2/connectivity-layer/agent/push', }, sdtTypeCategories: 'categories', sdtTypeAppCtrlApplications: 'applicationControlApplications', domain: 'swg-domain', swgEvenName: 'swg-profile-update', swgFirefly: 'ffKey.swg.firefly', };