Skip to content

Commit

Permalink
Merge pull request #31 from opendevstack/fix-wrong-user-group-test
Browse files Browse the repository at this point in the history
Fixed wrong user group
  • Loading branch information
tjaeschke committed May 14, 2019
2 parents 555e41e + 20ffb1e commit 44768dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ods-provisioning-app/ocp-config/prov-test/cm.env.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Provision app setup

# The crowd keyuser group
KEYUSER_GROUP=bitbucket-administrators
KEYUSER_GROUP=opendevstack-administrators

# JIRA uri - including protocol
JIRA_URI=http://192.168.56.31:8080
Expand All @@ -28,8 +28,8 @@ OPENSHIFT_CONSOLE_HOST=https://192.168.99.100:8443
OPENSHIFT_APPS_BASEDOMAIN=.192.168.99.100.nip.io

# crowd groups
CROWD_USER_GROUP=bitbucket-users
CROWD_ADMIN_GROUP=bitbucket-administrators
CROWD_USER_GROUP=opendevstack-users
CROWD_ADMIN_GROUP=opendevstack-administrators

# cd user name with read rights to git / bitbucket
CD_USER_ID=cd_user
Expand Down

0 comments on commit 44768dc

Please sign in to comment.