You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ngrok http 5000 # Make localhost publicly available for Bitpay callback requests
# update APP_BASE_PUBLIC_URI in config.py
workon adopt-a-node
export FLASK_APP=run.py
flask run
celery -A app.tasks worker --loglevel=info