Updated on 2026-08-14
This commit is contained in:
parent
8971ebef55
commit
96478230a0
9 changed files with 112 additions and 4 deletions
|
|
@ -28,5 +28,7 @@ data class EnvironmentConfig(
|
|||
val bffStaticTokenDev: String? = null,
|
||||
val gaslessTxApiKeyDev: String? = null,
|
||||
val gaslessTxApiKey: String? = null,
|
||||
val customerIoCdpApiKey: String = "",
|
||||
val customerIoCdpApiKey: String? = null,
|
||||
val surveySparrowDomain: String? = null,
|
||||
val surveySparrowToken: String? = null,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue