Interface: ServiceGlobalConfig
Immutable part of the service config: this part of the Service config never changes for a service.
Properties
appId
• appId: string
Your applicationId.
backendApiKey
• backendApiKey: string
codeDir
• codeDir: string
environmentId
• Optional
environmentId: "dev"
| "prod"
requestLocalStorage
• requestLocalStorage: AsyncLocalStorage
<ServiceRequestConfig
>
secrets
• secrets: Record
<string
, any
>
Current states of the secrets. Mutable, and can be dynamically updated in runtime.
squidDeveloperId
• Optional
squidDeveloperId: string