use localhost in dev

This commit is contained in:
Pierre-antoine Comby 2020-03-07 17:27:28 +01:00
parent b019c546cd
commit 55a7754277
1 changed files with 1 additions and 1 deletions

View File

@ -51,4 +51,4 @@ SESSION_COOKIE_AGE = 60 * 60 * 3
# CAS Client settings
# Can be modified in secrets.py
CAS_SERVER_URL = "https://note.comby.xyz/cas/"
CAS_SERVER_URL = "http://localhost:8000/cas/"