Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
roomlist
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
23
Issues
23
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
roomlist
Commits
437f6113
Verified
Commit
437f6113
authored
Sep 09, 2017
by
David Haynes
🙆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRITICAL: Fix PF root URL
- see #go
parent
fe3ffaf2
Pipeline
#1544
passed with stage
in 3 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
roomlist/settings/settings.py
roomlist/settings/settings.py
+1
-1
No files found.
roomlist/settings/settings.py
View file @
437f6113
...
...
@@ -181,7 +181,7 @@ CAS_RESPONSE_CALLBACKS = (
'accounts.cas_callbacks.create_user'
,
)
# Peoplefinder API endpoint for user creation in the CAS callback (above)
PF_URL
=
"http
://api.srct.gmu.edu/pf
/v1/"
PF_URL
=
"http
s://api.srct.gmu.edu/peoplefinder
/v1/"
# email address used in CAS callback
ORGANIZATION_EMAIL_DOMAIN
=
'masonlive.gmu.edu'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment