-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
30 lines (26 loc) · 1.22 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[DEFAULT]
PRODUCT_NAME=biocollect
# code pipeline
GITHUB_REPO_NAME = biocollect-pwa
GITHUB_OWNER = AtlasOfLivingAustralia
REGION = ap-southeast-2
# the Bedrock stack names. These are used by the codepipeline stacks to import
# the codepipeline roles, buckets and codestar connections
BOOTSTRAP_STACK_NAME = ala-bedrock-cicd-bootstrap-production
BUCKETS_STACK_NAME = ala-bedrock-cicd-buckets-production
# This is a hacky way if getting the name of the US East 1 artifact bucket, used
# because stack exports or parameter store are not available cross region without
# futher messy solutions
US_E_1_ARTIFACTS_BUCKET=ala-code-pipeline-artifacts-${AWS_ACCOUNT_ID}-us-east-1-production
[development]
HOSTED_ZONE = dev.ala.org.au
SSL_CERTIFICATE = arn:aws:acm:us-east-1:748909248546:certificate/44fe9e04-6511-4a46-a0b8-36209d443f21
[testing]
HOSTED_ZONE = test.ala.org.au
SSL_CERTIFICATE = arn:aws:acm:us-east-1:748909248546:certificate/dd739e47-f989-4181-ad28-34518473eff4
[staging]
HOSTED_ZONE = ala.org.au
SSL_CERTIFICATE = arn:aws:acm:us-east-1:736913556139:certificate/4b62cca2-9daf-4e38-b01a-48271ab3311a
[production]
HOSTED_ZONE = ala.org.au
SSL_CERTIFICATE = arn:aws:acm:us-east-1:736913556139:certificate/4b62cca2-9daf-4e38-b01a-48271ab3311a