From 178b3cc5157ce8eabd1789a845bd0f1c614dc9a4 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Sat, 21 Dec 2024 16:23:13 +0100 Subject: [PATCH] rename hsadmin-ng to cas-curl --- .aliases | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.aliases b/.aliases index 5f200e79..cfd7c284 100644 --- a/.aliases +++ b/.aliases @@ -93,7 +93,7 @@ alias gw-spotless='./gradlew spotlessApply -x pitest -x test -x :processResource alias gw-test='. .aliases; ./gradlew test' alias gw-check='. .aliases; gw test check -x pitest' -alias hsadmin-ng='bin/hsadmin-ng' +alias cas-curl='bin/cas-curl' # etc/docker-compose.yml limits CPUs+MEM and includes a PostgreSQL config for analysing slow queries alias gw-importOfficeData-in-docker-compose=' diff --git a/README.md b/README.md index 1ca8e62e..cfa7f45f 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Next, compile and run the application without CAS-authentication on `localhost:8 export HSADMINNG_CAS_SERVER= gw bootRun -For using the REST-API with CAS-authentication, see `bin/hsadmin-ng`. +For using the REST-API with CAS-authentication, see `bin/cas-curl`. Now we can access the REST API, e.g. using curl: