forked from briglx/copy_azure_storage_google_cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env
26 lines (22 loc) · 795 Bytes
/
example.env
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
# General Settings
APP_NAME=blob2cloud
APP_FRIENDLY_NAME="Copy Blob Cloud to Cloud"
ENV_NAME=dev
# Github
GITHUB_ORG=<replace with github org>
GITHUB_REPO=<replace with github repo>
# Service Principals
CICD_CLIENT="${APP_NAME}cicd"
FUNCAPP_CLIENT="${APP_NAME}funcapp"
# Azure Settings
AZURE_TENANT_ID=<replace with azure tenant id>
AZURE_SUBSCRIPTION_ID=<replace with azure subscription id>
AZURE_LOCATION=<replace with location eg. westus3>
# Google Settings
GOOGLE_ACCOUNT=<replace with google account>
GOOGLE_BILLING_ACCOUNT_ID=<replace with account id 012345-000000-000000>
GOOGLE_IAM_PROJECT_ID=<replace with project id>
GOOGLE_PROJECT_ID="${APP_NAME}"
GOOGLE_PROJECT_NAME="${APP_FRIENDLY_NAME}"
GOOGLE_BUCKET_NAME="${APP_NAME}_bucket"
GOOGLE_REGION=<replace with region eg. US-WEST4>