Add datagateway url and reva frontend url to testing setup

This commit is contained in:
Michael Barz
2020-06-29 23:22:56 +02:00
parent 933197376f
commit e67186696d
6 changed files with 42 additions and 10 deletions
@@ -8,9 +8,9 @@ clients:
insecure: yes
trusted: yes
redirect_uris:
- http://ocis-server:9100/oidc-callback.html
- http://ocis-server:9100/
- https://ocis-server:9200/oidc-callback.html
- https://ocis-server:9200/
origins:
- http://ocis-server:9100
- https://ocis-server:9200
authorities:
+1 -1
View File
@@ -1,5 +1,5 @@
{
"server": "http://ocis-server:9140",
"server": "https://ocis-server:9200",
"theme": "owncloud",
"version": "0.1.0",
"openIdConnect": {