diff --git a/cms/envs/devstack.py b/cms/envs/devstack.py index 2b1a429ca2..799b7b7e8c 100644 --- a/cms/envs/devstack.py +++ b/cms/envs/devstack.py @@ -291,6 +291,10 @@ SOCIAL_AUTH_REDIRECT_IS_HTTPS = False # Devstack is directly exposed to the caller CLOSEST_CLIENT_IP_FROM_HEADERS = [] +#################### Credentials Settings #################### +CREDENTIALS_INTERNAL_SERVICE_URL = 'http://localhost:18150' +CREDENTIALS_PUBLIC_SERVICE_URL = 'http://localhost:18150' + ################# New settings must go ABOVE this line ################# ######################################################################## # See if the developer has any local overrides.