import Foundation enum Config { static let gatewayURL = "https://dash.quadjourney.com" static let appName = "Platform" static let appVersion = "1.0.0" }