-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add Mixpanel Package * add Mixpanel initialize * change to let
- Loading branch information
1 parent
282581c
commit 91f1fe3
Showing
5 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
public enum SecretConstants { | ||
static public var cloudflareImagesAccountHashId: String = <#CLOUDFLARE_IMAGES_ACCOUNT_HASH_ID#> | ||
static public var niabisAPIToken: String = <#NIABIA_API_TOKEN#> | ||
static public var sentryDsnUrlString: String = <#SECRET_DSN_URL#> | ||
static public let cloudflareImagesAccountHashId: String = <#CLOUDFLARE_IMAGES_ACCOUNT_HASH_ID#> | ||
static public let niabisAPIToken: String = <#NIABIA_API_TOKEN#> | ||
static public let sentryDsnUrlString: String = <#SECRET_DSN_URL#> | ||
static public let mixpanelApiToken: String = <#MIXPANEL_API_TOKEN#> | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters