···8282 use postgres_url <- result.try(envoy.get("DATABASE_URL"))
83838484 // Disable SSL when not in production
8585- case envoy.get("SSL_ENABLED") {
8585+ case envoy.get("SIGO_PROD") {
8686 Error(_) -> pog.url_config(name, postgres_url)
8787 Ok(_) -> {
8888 use config <- result.map(pog.url_config(name, postgres_url))