@@ -30,15 +30,15 @@ model Configuration {
3030 contractSubscriptionsRetryDelaySeconds String @default (" 10 " ) @map (" contractSubscriptionsRetryDelaySeconds " )
3131
3232 // AWS
33- awsAccessKeyId String ? @map (" awsAccessKeyId " ) /// global config, precendence goes to WalletDetails
34- awsSecretAccessKey String ? @map (" awsSecretAccessKey " ) /// global config, precendence goes to WalletDetails
33+ awsAccessKeyId String ? @map (" awsAccessKeyId " ) /// global config, precedence goes to WalletDetails
34+ awsSecretAccessKey String ? @map (" awsSecretAccessKey " ) /// global config, precedence goes to WalletDetails
3535 awsRegion String ? @map (" awsRegion " ) /// global config, treat as "default", store in WalletDetails.awsKmsArn
3636 // GCP
37- gcpApplicationProjectId String ? @map (" gcpApplicationProjectId " ) /// global config, treat as "defult ", store in WalletDetails.gcpKmsResourcePath
38- gcpKmsLocationId String ? @map (" gcpKmsLocationId " ) /// global config, treat as "defult ", store in WalletDetails.gcpKmsResourcePath
39- gcpKmsKeyRingId String ? @map (" gcpKmsKeyRingId " ) /// global config, treat as "defult ", store in WalletDetails.gcpKmsResourcePath
40- gcpApplicationCredentialEmail String ? @map (" gcpApplicationCredentialEmail " ) /// global config, precendence goes to WalletDetails
41- gcpApplicationCredentialPrivateKey String ? @map (" gcpApplicationCredentialPrivateKey " ) /// global config, precendence goes to WalletDetails
37+ gcpApplicationProjectId String ? @map (" gcpApplicationProjectId " ) /// global config, treat as "default ", store in WalletDetails.gcpKmsResourcePath
38+ gcpKmsLocationId String ? @map (" gcpKmsLocationId " ) /// global config, treat as "default ", store in WalletDetails.gcpKmsResourcePath
39+ gcpKmsKeyRingId String ? @map (" gcpKmsKeyRingId " ) /// global config, treat as "default ", store in WalletDetails.gcpKmsResourcePath
40+ gcpApplicationCredentialEmail String ? @map (" gcpApplicationCredentialEmail " ) /// global config, precedence goes to WalletDetails
41+ gcpApplicationCredentialPrivateKey String ? @map (" gcpApplicationCredentialPrivateKey " ) /// global config, precedence goes to WalletDetails
4242 // Auth
4343 authDomain String @default (" " ) @map (" authDomain " ) // TODO: Remove defaults on major
4444 authWalletEncryptedJson String @default (" " ) @map (" authWalletEncryptedJson " ) // TODO: Remove defaults on major
0 commit comments