eregs / regulations-parser

Parser for U.S. federal regulations and other regulatory information
Creative Commons Zero v1.0 Universal
37 stars 39 forks source link

Web API: Check for presence of settings at initialization #304

Open tadhg-ohiggins opened 8 years ago

tadhg-ohiggins commented 8 years ago

There are some settings specific to the Web API that will currently cause run-time errors if they're absent; change these to ensure that the errors (with useful warning messages) occur at startup instead.

(One example is EREGS_SITE_API_URL.)