pkoretic / recurse

Qt based micro web framework with middleware design
MIT License
21 stars 2 forks source link

implement RECURSE_ENV #17

Closed pkoretic closed 8 years ago

pkoretic commented 8 years ago

implement something along the lines RECURSE_ENV for ability to set environment flag to production/development and make it easier for debugging
idea from NODE_ENV

mkozjak commented 8 years ago

added support for DEBUG=recurse, DEBUG=production, DEBUG=development environment variables.