rename hsadmin-ng to cas-curl

This commit is contained in:
Michael Hoennig 2024-12-21 16:23:13 +01:00
parent f11b0c93e1
commit 178b3cc515
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ alias gw-spotless='./gradlew spotlessApply -x pitest -x test -x :processResource
alias gw-test='. .aliases; ./gradlew test' alias gw-test='. .aliases; ./gradlew test'
alias gw-check='. .aliases; gw test check -x pitest' 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 # etc/docker-compose.yml limits CPUs+MEM and includes a PostgreSQL config for analysing slow queries
alias gw-importOfficeData-in-docker-compose=' alias gw-importOfficeData-in-docker-compose='

View File

@ -77,7 +77,7 @@ Next, compile and run the application without CAS-authentication on `localhost:8
export HSADMINNG_CAS_SERVER= export HSADMINNG_CAS_SERVER=
gw bootRun 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: Now we can access the REST API, e.g. using curl: