.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GITHUB_CLIENT_ID
Github https://github.com/settings/applications/new
GITHUB_CLIENT_SECRET
secret
SUPABASE_ANON_KEY
secret
Supabase https://app.supabase.com/project/_/settings/api
SUPABASE_API_URL
SUPABASE_POSTGRES_URI
Supabase https://app.supabase.com/project/_/settings/database > Connection string > URI
SUPABASE_CA_CERTIFICATE
Supabase https://app.supabase.com/project/_/settings/database > SSL Connection
brew install flyctl && fly launch --from https://github.com/daimajia/showcase_chat
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/daimajia/showcase_chat
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/daimajia/showcase_chat