Skip to content

Commit ff5d1fa

Browse files
authored
Merge pull request #237 from jansen-sena/main
fix: comment optional UI_DOMAIN variable
2 parents aeaf041 + ce11ce6 commit ff5d1fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deployment/parameters-template.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ TEAM_ADMIN_GROUP="team_admin_group_name"
2121
TEAM_AUDITOR_GROUP="team_auditor_group_name"
2222
TAGS="project=iam-identity-center-team environment=prod"
2323
CLOUDTRAIL_AUDIT_LOGS=read_write
24-
UI_DOMAIN=portal.teamtest.online
24+
25+
# Uncomment the next line only if you have a custom domain
26+
# UI_DOMAIN=portal.teamtest.online

0 commit comments

Comments
 (0)