nu-modules/aws-test-env.nu

15 lines
604 B
Plaintext

export-env {
load-env {
MS_OCR_AUTHORITY: "https://otc-dev.aws.de.insiders.cloud/ocr/microsoft",
FLAIR_AUTHORITY: "http://localhost:8082",
XS_SF_URL: "https://api.test.de.insiders.cloud",
XS_URL: "https://xs-backend.test.de.insiders.cloud",
XS_SF_ACCOUNT: "xs.aws.test.tessi-admin",
KUBE_CONTEXT: "aws-test"
HELM_KUBECONTEXT: "aws-test"
XS_ENV_NAME: "AWS_TEST"
AWS_INFASTRUCTURE_ACCOUNT: "047349208615.dkr.ecr.eu-central-1.amazonaws.com"
XS_KAFKA_BOOSTRAP_SERVER: "localhost:9092"
AWS_PROFILE: "default"
}
}