.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
BASE_URL
The App ID, Keys, or Secrets in this file are placeholders. You would need to register with API providers that tour application needs and…
MONGODB_URI
secret
SITE_CONTACT_EMAIL
TRANSACTION_EMAIL
SESSION_SECRET
secret
SMTP_USER
SMTP_PASSWORD
secret
SMTP_HOST
ALPHA_VANTAGE_KEY
secret
API KEYS
DISCORD_CLIENT_ID
DISCORD_CLIENT_SECRET
secret
FACEBOOK_ID
FACEBOOK_SECRET
secret
FACEBOOK_PIXEL_ID
FB Pixel ID is optional if you are trying to do customer rtracking
FOURSQUARE_APIKEY
secret
GIPHY_API_KEY
secret
GITHUB_ID
GITHUB_SECRET
secret
GOOGLE_ANALYTICS_ID
Google Analytics is optional if you are trying to do customer rtracking
GOOGLE_PROJECT_ID
Google credentials for OAuth, APIs such as Gogole Docs, Google Sheets, etc.
brew install flyctl && fly launch --from https://github.com/sahat/hackathon-starter
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/sahat/hackathon-starter
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/sahat/hackathon-starter