Properties
aws
aws: {
accessKeyId: string;
defaultRegion: string;
dynamoStage: string;
secretAccessKey: string;
} = awsSchema
Type declaration
-
accessKeyId: string
-
defaultRegion: string
-
dynamoStage: string
-
secretAccessKey: string
cloudfront
cloudfront: {
privateKey: string;
publicKey: string;
} = cloudfrontSchema
Type declaration
-
privateKey: string
-
publicKey: string
connectFirst
connectFirst: {
password: string;
} = connectFirstSchema
django
django: {
adminUrl: string;
mandrill: { apiKey: string; };
secretKey: string;
} = ...
Type declaration
-
adminUrl: string
-
mandrill: { apiKey: string; }
-
secretKey: string
jwt
jwt: {
privateKey: string;
publicKey: string;
} = jwtSchema
Type declaration
-
privateKey: string
-
publicKey: string
langchain
langchain: {
apiKey?: string;
} = ...
postgres
postgres: {
dbname: string;
host: undefined | string;
hostReplica: undefined | string;
password: undefined | string;
port: undefined | string;
user: undefined | string;
} = ...
Type declaration
-
dbname: string
-
host: undefined | string
-
hostReplica: undefined | string
-
password: undefined | string
-
port: undefined | string
-
user: undefined | string
redis
redis: {
host: string;
hostReplicas: string[];
} = ...
Type declaration
-
host: string
-
hostReplicas: string[]
saml
saml: {
awsProvider: string;
awsRole: string;
} = ...
Type declaration
-
awsProvider: string
-
awsRole: string
stripe
stripe: {
apiKey: string;
} = stripeSchema
zendesk
zendesk: {
apiKey: string;
} = zendeskSchema