# Configuration file containing e.g. backend URLs, **no secrets**. Use .envrc.local for secrets. # Mobile and Web Backend export APP_VARIANT=production export ENVIRONMENT_ID=production export ORY_BASE_URL=https://auth.holi.social export HOLI_API_URL=https://production.unified.apis.holi.social/graphql export HOLI_API_GATEWAY=https://production.unified.apis.holi.social export HOLI_NEXTJS_API_URL=https://app.holi.social export OWNCLOUD_BASE_URL=https://production.cloud.holi.social export JITSI_URL=https://meet.holi.social export HOLI_CHAT_SERVER_NAME=holi.social export HOLI_CHAT_SERVER_URL=https://chat.holi.social/ export HOLI_CHAT_PUSH_GATEWAY_URL=https://chat-push.holi.social/ export HOLI_CHAT_ADMIN_USER_ID=@chat-admin:holi.social export HOLI_CHAT_ADMIN_NAME=@chat-admin export POSTHOG_KEY=phc_otDkhAWe558gCziFqIE3XrGla2AvdosZftmhOyjfWAu export POSTHOG_HOST=https://eu.posthog.com # Web - Next.JS environment variables *statically* available to use in the frontend export NEXT_PUBLIC_OWNCLOUD_BASE_URL=https://production.cloud.holi.social export NEXT_PUBLIC_JITSI_URL=https://meet.holi.social export NEXT_PUBLIC_JOTAI_DEVTOOLS_ENABLED=false export NEXT_PUBLIC_HOLI_CHAT_SERVER_NAME=holi.social export NEXT_PUBLIC_HOLI_CHAT_SERVER_URL=https://chat.holi.social/ export NEXT_PUBLIC_HOLI_CHAT_ADMIN_USER_ID=@chat-admin:holi.social export SENTRY_IGNORE_API_RESOLUTION_ERROR="1" export SENTRY_DSN=https://0e50481f84454f9a838a8217085498f0@o949544.ingest.sentry.io/6377191 # Expo environment variables export EXPO_NO_METRO_LAZY=true # Novu Mobile export NOVU_APPLICATION_IDENTIFIER=unwXQBqcNfF1 export NOVU_BACKEND_URL=https://eu.api.novu.co export NOVU_SOCKET_URL=wss://eu.ws.novu.co # Holi Challenges App export HOLI_CHALLENGES_APP=https://challenges.holi.social # Typesense Cloud Search export TYPESENSE_HOST=search.holi.social export TYPESENSE_PORT=443 export TYPESENSE_PROTOCOL=https export TYPESENSE_API_KEY=jtOdwRfhEFW7UmCpDKjnQaS71uU28YOq export TYPESENSE_COLLECTION=holi_search_production