diff --git a/nginx_note.conf_example b/nginx_note.conf_example index 1f7ce4caf3c4f90371bfbd017cfed32e761abcca..204784d06ff0d4d6b0c35f0c5ff426f2b726e325 100644 --- a/nginx_note.conf_example +++ b/nginx_note.conf_example @@ -9,7 +9,7 @@ server { # the port your site will be served on listen 80; # the domain name it will serve for - server_name note.comby.xyz; # substitute your machine's IP address or FQDN + server_name note.example.org; # substitute your machine's IP address or FQDN charset utf-8; # max upload size diff --git a/note_kfet/settings/development.py b/note_kfet/settings/development.py index ad2cd2f1028d10e3fd2044e19f0e153c487e5832..e68e9d689984241b08999ae3b26c8e7a03a2b76b 100644 --- a/note_kfet/settings/development.py +++ b/note_kfet/settings/development.py @@ -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/"