Tom Hubrecht
954ba45281
All checks were successful
build configuration / build_storage01 (push) Successful in 1m25s
build configuration / build_compute01 (push) Successful in 1m34s
build configuration / build_vault01 (push) Successful in 1m44s
build configuration / build_web01 (push) Successful in 1m50s
lint / check (push) Successful in 26s
build configuration / build_web02 (push) Successful in 2m27s
build configuration / build_rescue01 (push) Successful in 1m16s
build configuration / push_to_cache (push) Successful in 3m28s
11 lines
418 B
Diff
11 lines
418 B
Diff
diff --git a/src/authens/utils.py b/src/authens/utils.py
|
|
index 7306506..36063b6 100644
|
|
--- a/src/authens/utils.py
|
|
+++ b/src/authens/utils.py
|
|
@@ -16,7 +16,7 @@ def get_cas_client(request):
|
|
service_url=urlunparse(
|
|
(request.scheme, request.get_host(), request.path, "", "", "")
|
|
),
|
|
- server_url="https://cas.eleves.ens.fr/",
|
|
+ server_url="https://cas-eleves.dgnum.eu/",
|
|
)
|