Files
letro-ios/Secrets/Secrets.swift
2025-05-27 18:21:11 +03:00

9 lines
430 B
Swift

enum Secrets {
static let sentryDSN: String? = "https://username@sentry.localhost/project_id"
static let sentrySDKDSN: String? = "https://username@sentry.localhost/project_id"
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"
}