moonstream/frontend/sample.env

5 wiersze
255 B
Bash
Czysty Zwykły widok Historia

2021-07-27 17:17:57 +00:00
export NEXT_PUBLIC_MIXPANEL_TOKEN="<YOUR MIXPANEL TOKEN HERE>"
export NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY="<stripe publishable key>"
2021-09-30 14:05:28 +00:00
export NEXT_PUBLIC_MOONSTREAM_API_URL="http://localhost:7481"
export NEXT_PUBLIC_MOONSTREAM_DB_URL="http://localhost:5432"