#include "runtime-config.h" #include char *config_get_url() { /* TODO: find a better way to do this */ return getenv("NOTIFY_URL"); }