GitDeployHub

core-trading/crypto-recurring-buy-test

github.com/core-trading/crypto-recurring-buy-test ↗
Node.js API
16 environment variables found in env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • PLAID_CLIENT_ID Plaid Configuration Get these from https://dashboard.plaid.com/
  • PLAID_SECRET secret
  • PLAID_ENVIRONMENT
  • PLAID_INSTITUTION_ID
  • CYBRID_CLIENT_ID Cybrid Configuration Get these from your Cybrid dashboard
  • CYBRID_CLIENT_SECRET secret
  • CYBRID_BASE_URL
  • CYBRID_AUTH_URL
  • PURCHASE_AMOUNT Trading Configuration
  • PURCHASE_FREQUENCY
  • MAX_PURCHASE_AMOUNT
  • MIN_ACCOUNT_BALANCE
  • PORT Server Configuration
  • CORS_ORIGINS
  • LOG_LEVEL Logging
  • ENABLE_FILE_LOGGING
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/core-trading/crypto-recurring-buy-test
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/core-trading/crypto-recurring-buy-test
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/core-trading/crypto-recurring-buy-test
Or deploy to a different host
← Try another repo