mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
21 lines
832 B
JSON
21 lines
832 B
JSON
{
|
|
"refs/heads/lab": {
|
|
"HUGO_ENV": "lab",
|
|
"DOCS_URL": "https://docs-labs.docker.com",
|
|
"DOCS_AWS_IAM_ROLE": "arn:aws:iam::710015040892:role/labs-docs-docs.docker.com-20220818202218402500000001",
|
|
"DOCS_AWS_REGION": "us-east-1",
|
|
"DOCS_S3_BUCKET": "labs-docs-docs.docker.com",
|
|
"DOCS_CLOUDFRONT_ID": "E1MYDYF65FW3HG",
|
|
"DOCS_LAMBDA_FUNCTION_REDIRECTS": "DockerDocsRedirectFunction-labs"
|
|
},
|
|
"refs/heads/main": {
|
|
"HUGO_ENV": "production",
|
|
"DOCS_URL": "https://docs.docker.com",
|
|
"DOCS_AWS_IAM_ROLE": "arn:aws:iam::710015040892:role/prod-docs-docs.docker.com-20220818202218674300000001",
|
|
"DOCS_AWS_REGION": "us-east-1",
|
|
"DOCS_S3_BUCKET": "prod-docs-docs.docker.com",
|
|
"DOCS_CLOUDFRONT_ID": "E228TTN20HNU8F",
|
|
"DOCS_LAMBDA_FUNCTION_REDIRECTS": "DockerDocsRedirectFunction-prod"
|
|
}
|
|
}
|