Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 938 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 938 Bytes

It is an example of your first Heroku APP

You can find the Heroku connect example and other examples to connect with Salesforce.

Prepare you environment

Set up your Environment variables from the CLI

  • Connect your Heroku Account to CLI
heroku login
  • Update Environment variables via CLI (-a your app alias)
heroku config:set MESSAGE="My new message" -a heroku-connect-ascendix-demo
  • How to see Log in real time
heroku logs --tail -a heroku-connect-ascendix-demo
  • Update the .env file to connect this APP for your Postgres DB