Hierarchy

  • TypeOf<typeof apiAppSecretsSchema>
    • ApiAppSecrets

Properties

aws: {
    accessKeyId: string;
    defaultRegion: string;
    dynamoStage: string;
    secretAccessKey: string;
} = awsSchema

Type declaration

  • accessKeyId: string
  • defaultRegion: string
  • dynamoStage: string
  • secretAccessKey: string
cloudfront: {
    privateKey: string;
    publicKey: string;
} = cloudfrontSchema

Type declaration

  • privateKey: string
  • publicKey: string
connectFirst: {
    password: string;
} = connectFirstSchema

Type declaration

  • password: string
django: {
    adminUrl: string;
    mandrill: { apiKey: string; };
    secretKey: string;
} = ...

Type declaration

  • adminUrl: string
  • mandrill: { apiKey: string; }
  • secretKey: string
jwt: {
    privateKey: string;
    publicKey: string;
} = jwtSchema

Type declaration

  • privateKey: string
  • publicKey: string
langchain: {
    apiKey?: string;
} = ...

Type declaration

  • Optional apiKey?: string
postgres: {
    dbname: string;
    host: undefined | string;
    password: undefined | string;
    port: undefined | string;
    user: undefined | string;
} = ...

Type declaration

  • dbname: string
  • host: undefined | string
  • password: undefined | string
  • port: undefined | string
  • user: undefined | string
redis: {
    host: string;
    hostReplicas: string[];
} = ...

Type declaration

  • host: string
  • hostReplicas: string[]
saml: {
    awsProvider: string;
    awsRole: string;
} = ...

Type declaration

  • awsProvider: string
  • awsRole: string
stripe: {
    apiKey: string;
} = stripeSchema

Type declaration

  • apiKey: string
zendesk: {
    apiKey: string;
} = zendeskSchema

Type declaration

  • apiKey: string

Generated using TypeDoc