-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.ini
32 lines (28 loc) · 1.07 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
31
32
[DEFAULT]
PRODUCT_NAME = alerts
GITHUB_REPO_NAME = alerts
GITHUB_OWNER = AtlasOfLivingAustralia
REGION = ap-southeast-2
# the bootstrap 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
VPC_STACK_NAME = ala-bedrock-vpc-production
BASE_STACK_NAME = ala-${PRODUCT_NAME}-base-${ENVIRONMENT}
[development]
BASE_STACK_NAME = ala-${PRODUCT_NAME}-base-${CLEAN_BRANCH}
COGNITO_STACK_NAME = ala-cognito-pool-testing
REGOLITH_STACK_NAME = ala-regolith-cluster-testing
HOSTED_ZONE = dev.ala.org.au
[testing]
REGOLITH_STACK_NAME = ala-regolith-cluster-testing
COGNITO_STACK_NAME = ala-cognito-pool-testing
HOSTED_ZONE = test.ala.org.au
[staging]
REGOLITH_STACK_NAME = ala-regolith-cluster-staging
COGNITO_STACK_NAME = ala-cognito-pool-staging
HOSTED_ZONE = ala.org.au
[production]
REGOLITH_STACK_NAME = ala-regolith-cluster-production
COGNITO_STACK_NAME = ala-cognito-pool-production
HOSTED_ZONE = ala.org.au