We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17397dc commit 9946fbfCopy full SHA for 9946fbf
1 file changed
NativeAppTemplate/Constants.swift
@@ -96,7 +96,7 @@ extension String {
96
#if DEBUG
97
static let scheme: String = ProcessInfo.processInfo.environment["NATEMPLATE_API_SCHEME"] ?? "https"
98
static let domain: String = ProcessInfo.processInfo.environment["NATEMPLATE_API_DOMAIN"] ?? "api.nativeapptemplate.com"
99
- static let port: String = ProcessInfo.processInfo.environment["NATEMPLATE_API_PORT"] ?? ""
+ static let port: String = ProcessInfo.processInfo.environment["NATEMPLATE_API_PORT"] ?? ""
100
#else
101
static let scheme: String = "https"
102
static let domain: String = "api.nativeapptemplate.com"
0 commit comments