diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-09-03 13:06:48 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-09-03 13:06:48 +0200 |
commit | 3b114adee71e1e2477898d55c91cd573f0e48857 (patch) | |
tree | a5ba7afa71747adb6644c019ad939af90aea4cdf /docs | |
parent | f6990a4f7cf824b4859ebbf08cbddb2ba2607836 (diff) | |
download | moa-zs-3b114adee71e1e2477898d55c91cd573f0e48857.tar.gz moa-zs-3b114adee71e1e2477898d55c91cd573f0e48857.tar.bz2 moa-zs-3b114adee71e1e2477898d55c91cd573f0e48857.zip |
Rename MzsClient to AppClient
...since it's a client that communicates with the app.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/spec.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/spec.md b/docs/spec.md index eb71c60..9c815c7 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -178,7 +178,7 @@ You find a description and examples of the individual parameters in `application log-response: <boolean> forward-response-to-service: active: <boolean> - mzs-client: + app-client: url: <string> connection-timeout: <integer> receive-timeout: <integer> |