diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-06-21 13:03:04 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-06-24 13:42:25 +0200 |
commit | fd305405b753528dd53934a15c5194feb6deb7a9 (patch) | |
tree | df2f72a0bd85a8c2f9da0c6056983087766c6198 /tests/config/ogAdmServer.cfg | |
parent | e45455ec8206d676ff3513dc56456a7e27bc402b (diff) |
#915 add support for HTTP Authorization
Add APITOKEN= field to ogAdmServer.cfg to specify the REST API key.
Diffstat (limited to 'tests/config/ogAdmServer.cfg')
-rw-r--r-- | tests/config/ogAdmServer.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/config/ogAdmServer.cfg b/tests/config/ogAdmServer.cfg index aa20113..41d812b 100644 --- a/tests/config/ogAdmServer.cfg +++ b/tests/config/ogAdmServer.cfg @@ -5,3 +5,4 @@ PASSWORD=test-db datasource=localhost CATALOG=test-db INTERFACE=eth1 +APITOKEN=07b3bfe728954619b58f0107ad73acc1 |