opyate / heroku-postgres-ngrok

Dump/restore Heroku PostgresQL DBs using Python SimpleHTTPServer and ngrok
1 stars 0 forks source link

what is SRC_APP and DEST_APP #1

Open ohabash opened 4 years ago

ohabash commented 4 years ago

Thank you for sharing this.

I dont know what the values of what is SRC_APP and DEST_APP should be... Can anyone help?

ohabash commented 4 years ago

my ~/.heroku-postgres-ngrok looks like this

NGROK_AUTHTOKEN="your-ngrok-auth-token"
# in keeping with Heroku naming, but please use your own
SRC_APP="local"
DEST_APP="postgresql-opaque-43176"
DUMPFILE="/Users/omar/Dropbox/CNET-sync/cnet.dump"