X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fcommon%2Fidentity%2Fconfig.py;fp=solution%2Fintegration%2Fsmo%2Fcommon%2Fidentity%2Fconfig.py;h=9c1ec2829cf416688ac0076c1895c2543f260f58;hb=b1d591a44cff18023928ec786d06115118b622d5;hp=65d0d45e429374d68d8825dd3b54152309f4cc1f;hpb=47e63471b8432d700739f01a5fac03a979928450;p=oam.git diff --git a/solution/integration/smo/common/identity/config.py b/solution/integration/smo/common/identity/config.py index 65d0d45..9c1ec28 100644 --- a/solution/integration/smo/common/identity/config.py +++ b/solution/integration/smo/common/identity/config.py @@ -24,7 +24,7 @@ import getpass # global configurations # TODO: read from ../.env -base = 'http://localhost:8081' +base = 'https://identity:8463' username = 'admin' password = 'Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U' realmFile = os.path.dirname(os.path.abspath(__file__)) + '/o-ran-sc-realm.json'