forked from sodalabsab/scalingcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.env
More file actions
14 lines (12 loc) · 729 Bytes
/
config.env
File metadata and controls
14 lines (12 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# --- 🛠️ Student Configuration ---------------------------------------------
# Only the essential unique values are needed here.
# Internal names (identities, environments, etc.) are standardized automatically.
# 1. Azure Resource Settings
RG_NAME="rg-scalingcloud-lab" # Resource Group Name
LOCATION="swedencentral" # Azure Region
ACR_NAME="peralmstrom002" # Registry Name (Must be globally unique!)
# 2. GitHub Settings
GH_ORG="peralmstrom" # Your GitHub Username/Org
GH_REPO="scalingcloud" # Your Repository Name
GH_BRANCH="main" # Your Branch (usually main or master)
# --------------------------------------------------------------------------