8 lines
324 B
Swift
8 lines
324 B
Swift
enum Secrets {
|
|
static let sentryDSN: String? = "https://sentry.localhost"
|
|
static let postHogHost: String? = "https://posthog.localhost"
|
|
static let postHogAPIKey: String? = "your_key"
|
|
static let rageshakeServerURL: String? = "https://rageshake.localhost"
|
|
static let mapLibreAPIKey: String? = "your_key"
|
|
|
|
} |