# Options specific to deployment only
{
    modules_init => {

        # Don't let the application build if routes have errors
        Routes => {
            fatal => 1,
        },

        # Compress JSON output in deployment
        JSON => {
            pretty => 0,
        },
    },
};