moonstream/frontend/sample.env

9 wiersze
517 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-12-06 16:29:07 +00:00
export NEXT_PUBLIC_BUGOUT_STATUS_URL=https://status.moonstream.to
export NEXT_PUBLIC_MOONSTREAM_API_URL=https://api.moonstream.to
export NEXT_PUBLIC_MOONSTREAM_DB_URL=https://pg.moonstream.to
2021-11-17 13:21:35 +00:00
export NEXT_PUBLIC_SIMIOTICS_AUTH_URL=https://auth.bugout.dev
export NEXT_PUBLIC_SIMIOTICS_JOURNALS_URL=https://spire.bugout.dev
2021-12-06 16:29:07 +00:00
export NEXT_PUBLIC_FRONTEND_VERSION="<frontend_version_number>"