NEXTAUTH_SECRET=PDpBb/aSJESgBbPLHw1+jveHXqyvkC7GC1Z82jvE04s= # When using dev-ssl command, NEXTAUTH_URL should be updated to https://localhost:3000 NEXTAUTH_URL=http://localhost:3000 NEXT_PUBLIC_MAP_API_KEY=YOUR_MAP_API_KEY NEXT_PUBLIC_GTM_KEY=GTM_KEY NEXT_PUBLIC_URL=http://localhost:3000 SERVICE_BACKEND_URL=https://02fde10fee4440269e695aa10707dfaf.lb.akinoncloud.com SITEMAP_S3_BUCKET_NAME=0fb534 NEXT_PUBLIC_VIRTUAL_TRY_ON_API_URL=https://d2a26507c7094f359aba349b96a96881.lb.akinoncloud.com # PZ Dashboard dataLayer observability (unset = observer disabled) # NEXT_PUBLIC_PZ_DASHBOARD_URL=http://localhost:3005 # NEXT_PUBLIC_PZ_PROJECT_NAME=projectzeronext # NEXT_PUBLIC_PZ_DATALAYER_SAMPLE=1 # LOG_LEVEL_DEV=debug # For more details, please refer to the Logging documentation. # CACHE_SECRET=KhvhE1go3GDmYJ7PhZLmskqfhYNlPSm6 # CACHE_HOST=default:redispw@localhost # CACHE_PORT=6379 # CACHE_KEY_PREFIX= # BF_CACHE=false # Widget preview (theme editor named previews). # PREVIEW_SECRET signs the expiring preview links the editor requests from # /api/preview/link; it never travels in a url. Unset = preview disabled. # OMNITRON_URL is the Omnitron the editor is signed into — the link endpoint # verifies the editor's session token there before minting a link. # PREVIEW_LINK_TTL_SECONDS: how long a link stays valid (default 86400 = 24h). # PREVIEW_SECRET= # OMNITRON_URL=https:// # PREVIEW_LINK_TTL_SECONDS=86400