Skip to content

Commit

Permalink
Merge pull request #7130 from owncloud/drop-version-from-sample-configs
Browse files Browse the repository at this point in the history
Drop version from sample configs and ci configs (it's unused)
  • Loading branch information
kulmann committed Jun 15, 2022
2 parents 5a0d55c + 96ed970 commit 5d6f401
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion config/config.json.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"server" : "",
"theme": "https://localhost:9200/themes/owncloud/theme.json",
"version": "0.1.0",
"auth": {
"clientId": "",
"url": "",
Expand Down
1 change: 0 additions & 1 deletion config/config.json.sample-oc10
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion config/config.json.sample-ocis
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion dev/docker/ocis.web.config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion tests/drone/config-oc10-oauth.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion tests/drone/config-oc10-openid.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion tests/drone/config-ocis.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5d6f401

Please sign in to comment.