We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EXPRESS_ENV
1 parent 77ea8f9 commit 9aea0c2Copy full SHA for 9aea0c2
Sources/express/Settings.swift
@@ -186,6 +186,7 @@ public extension ExpressSettings {
186
@inlinable
187
var env : String {
188
if let v = holder .get("env") as? String { return v }
189
+ if let v = process.env["EXPRESS_ENV"] { return v }
190
if let v = process.env["MACRO_ENV"] { return v }
191
192
#if DEBUG
0 commit comments