Updated on 2026-08-14
This commit is contained in:
parent
9df23bfa67
commit
74accc90c9
4 changed files with 7 additions and 6 deletions
|
|
@ -29,6 +29,5 @@ data class EnvironmentConfig(
|
|||
val gaslessTxApiKeyDev: String? = null,
|
||||
val gaslessTxApiKey: String? = null,
|
||||
val customerIoCdpApiKey: String? = null,
|
||||
val surveySparrowDomain: String? = null,
|
||||
val surveySparrowToken: String? = null,
|
||||
)
|
||||
|
|
@ -51,6 +51,8 @@ internal object GeneratedEnvironmentConfigConverter {
|
|||
bffStaticTokenDev = GeneratedEnvironmentConfig.bffStaticTokenDev,
|
||||
gaslessTxApiKeyDev = GeneratedEnvironmentConfig.gaslessTxApiKeyDev,
|
||||
gaslessTxApiKey = GeneratedEnvironmentConfig.gaslessTxApiKey,
|
||||
customerIoCdpApiKey = GeneratedEnvironmentConfig.CustomerIO.appApiKey,
|
||||
surveySparrowToken = GeneratedEnvironmentConfig.SurveySparrow.apiKey,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue