From 96ed9703ac9f9a1719dcc6188070c76e02ef45b0 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 15 Jun 2022 11:06:24 +0200 Subject: [PATCH] Drop version from sample configs and ci configs (it's unused) --- config/config.json.dist | 1 - config/config.json.sample-oc10 | 1 - config/config.json.sample-ocis | 1 - dev/docker/ocis.web.config.json | 1 - tests/drone/config-oc10-oauth.json | 1 - tests/drone/config-oc10-openid.json | 1 - tests/drone/config-ocis.json | 1 - 7 files changed, 7 deletions(-) diff --git a/config/config.json.dist b/config/config.json.dist index 5454488ffb3..3c8094d1142 100644 --- a/config/config.json.dist +++ b/config/config.json.dist @@ -1,7 +1,6 @@ { "server" : "", "theme": "https://localhost:9200/themes/owncloud/theme.json", - "version": "0.1.0", "auth": { "clientId": "", "url": "", diff --git a/config/config.json.sample-oc10 b/config/config.json.sample-oc10 index a8c377cb25f..098cc951079 100644 --- a/config/config.json.sample-oc10 +++ b/config/config.json.sample-oc10 @@ -1,7 +1,6 @@ { "server" : "http://localhost:8080", "theme": "https://localhost:9100/themes/owncloud/theme.json", - "version": "0.1.0", "auth": { "clientId": "UmCVsEIxdWmssxa6uVRRPC3txYBVN4qqxooJbsPhuuoPmHk9Pt9Oy68N4ZaKXUYy", "url": "http://localhost:8080/index.php/apps/oauth2/api/v1/token", diff --git a/config/config.json.sample-ocis b/config/config.json.sample-ocis index 66553757e2d..4ec0934d259 100644 --- a/config/config.json.sample-ocis +++ b/config/config.json.sample-ocis @@ -1,7 +1,6 @@ { "server": "https://localhost:9200", "theme": "https://localhost:9200/themes/owncloud/theme.json", - "version": "0.1.0", "openIdConnect": { "metadata_url": "https://localhost:9200/.well-known/openid-configuration", "authority": "https://localhost:9200", diff --git a/dev/docker/ocis.web.config.json b/dev/docker/ocis.web.config.json index dfc34ef7235..e179ed93237 100644 --- a/dev/docker/ocis.web.config.json +++ b/dev/docker/ocis.web.config.json @@ -1,7 +1,6 @@ { "server": "https://host.docker.internal:9200", "theme": "https://host.docker.internal:9200/themes/owncloud/theme.json", - "version": "0.1.0", "openIdConnect": { "metadata_url": "https://host.docker.internal:9200/.well-known/openid-configuration", "authority": "https://host.docker.internal:9200", diff --git a/tests/drone/config-oc10-oauth.json b/tests/drone/config-oc10-oauth.json index 0b31295d186..36ff6591983 100644 --- a/tests/drone/config-oc10-oauth.json +++ b/tests/drone/config-oc10-oauth.json @@ -1,7 +1,6 @@ { "server": "http://owncloud", "theme": "http://owncloud/themes/owncloud/theme.json", - "version": "0.1.0", "auth": { "clientId": "Cxfj9F9ZZWQbQZps1E1M0BszMz6OOFq3lxjSuc8Uh4HLEYb9KIfyRMmgY5ibXXrU", "url": "http://owncloud/index.php/apps/oauth2/api/v1/token", diff --git a/tests/drone/config-oc10-openid.json b/tests/drone/config-oc10-openid.json index 06dd85e7d3f..1deffc4e56b 100644 --- a/tests/drone/config-oc10-openid.json +++ b/tests/drone/config-oc10-openid.json @@ -1,7 +1,6 @@ { "server": "http://owncloud/", "theme": "http://owncloud/themes/owncloud/theme.json", - "version": "0.1.0", "openIdConnect": { "metadata_url": "https://idp:9130/.well-known/openid-configuration", "authority": "https://idp:9130", diff --git a/tests/drone/config-ocis.json b/tests/drone/config-ocis.json index aa427496855..8219b829a8e 100644 --- a/tests/drone/config-ocis.json +++ b/tests/drone/config-ocis.json @@ -1,7 +1,6 @@ { "server": "https://ocis:9200", "theme": "https://ocis:9200/themes/owncloud/theme.json", - "version": "0.1.0", "openIdConnect": { "metadata_url": "https://ocis:9200/.well-known/openid-configuration", "authority": "https://ocis:9200",