Closed abtris closed 8 years ago
There isn't really an explicit way to get back the config passed in at present, but you can see the config set by the add-on via https://devcenter.heroku.com/articles/platform-api-reference#add-on-config. Hope that helps.
I try get
config
from heroku addon.This is relevant only for some addons for example deploy hooks and I can get
url
for check if is right.Update: I found some of them in
config_vars
but doesn't declare in addon info. It's possible get them directly? For example at deploy hooks (http, email) missingDEPLOYHOOKS_HTTP_URL