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
"description": "Your Phaxio Callback token (found in your Phaxio Webhook settings)",
"required": true
},
"SMTP_USER": {
"description": "Mailgun's SMTP username for emailing capabilities",
"required": true
},
"SMTP_PASSWORD": {
"description": "Mailgun's SMTP password for emailing capabilities",
"required": true
},
"FROM_EMAIL": {
"description": "The From address for any outgoing email. Ensure this is a valid email address.",
"required": true
},
"ADMIN_EMAIL": {
"description": "The email address used by the Administrator to log in.",
"required": true
},
"DOMAIN_URL": {
"description": "The domain this application will be deployed to. If you're not using a custom domain this will be 'https://YOURAPPNAMEHERE.herokuapp.com'.",