aws
aws: {
accessKeyId: string;
defaultRegion: string;
dynamoStage: string;
secretAccessKey: string;
} = awsSchema
cloudfront
cloudfront: { privateKey: string; publicKey: string } = cloudfrontSchema
connectFirst
connectFirst: { password: string } = connectFirstSchema
django
django: { adminUrl: string; mandrill: { apiKey: string }; secretKey: string } = ...
ipstack
ipstack: { apiKey?: string } = ...
jwt
jwt: { privateKey: string; publicKey: string } = jwtSchema
langchain
langchain: { apiKey?: string } = ...
notifications
notifications: {
slack: {
chat: { webhookUrl?: string };
default: { webhookUrl?: string };
};
} = ...
postgres
postgres: {
dbname: string;
host?: string;
hostReplica?: string;
password?: string;
port?: string;
user?: string;
} = ...
redis
redis: { host: string; hostReplicas: string[] } = ...
saml
saml: { awsProvider: string; awsRole: string } = ...
stripe
stripe: { apiKey: string } = stripeSchema
zendesk
zendesk: { apiKey: string } = zendeskSchema