Created
June 26, 2025 15:54
-
-
Save deletosh/1a4e1dd286ea5f01bc87c54de6a89650 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NUXT_APP_BASE_URL=/ | |
HOST=0.0.0.0 | |
PORT=3000 | |
NITRO_HOST=0.0.0.0 | |
NITRO_PORT=3000 | |
NUXT_PUBLIC_API_BASE=https://api.salzy.io | |
NUXT_USE_SECURE_COOKIES=true | |
NUXT_ROBOTS_NOINDEX=false | |
NUXT_SSR=true | |
NUXT_DEVTOOLS=true | |
NUXT_SOURCEMAP=false | |
NUXT_API_CORS=true | |
NUXT_API_ALLOW_CREDENTIALS=true | |
NUXT_IMPORT_DIRS=composables,utilities | |
NUXT_PUBLIC_SUPABASE_URL=your_supabase_project_url | |
NUXT_PUBLIC_SUPABASE_KEY=your_supabase_anon_key | |
NUXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key | |
NUXT_STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret | |
NUXT_STRIPE_SECRET_KEY=your_stripe_secret_key | |
NUXT_SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key | |
NUXT_PUBLIC_STRIPE_BASIC_PRICE_ID=your_stripe_basic_price_id | |
NUXT_PUBLIC_STRIPE_PRO_PRICE_ID=your_stripe_pro_price_id | |
NUXT_PUBLIC_STRIPE_ENTERPRISE_PRICE_ID=your_stripe_enterprise_price_id | |
JWT_SECRET=your_jwt_secret_key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment