use localhost in dev
This commit is contained in:
parent
b019c546cd
commit
55a7754277
1 changed files with 1 additions and 1 deletions
|
|
@ -51,4 +51,4 @@ SESSION_COOKIE_AGE = 60 * 60 * 3
|
||||||
|
|
||||||
# CAS Client settings
|
# CAS Client settings
|
||||||
# Can be modified in secrets.py
|
# Can be modified in secrets.py
|
||||||
CAS_SERVER_URL = "https://note.comby.xyz/cas/"
|
CAS_SERVER_URL = "http://localhost:8000/cas/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue