Skip to content

Commit

Permalink
Cleanup for review
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Apr 6, 2021
1 parent f2370a0 commit 41cc7b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Change: Add web-pkg package
Enhancement: Add web-pkg package

We added web-pkg as a new package.
It is supposed to be the central location for reuse of generic functionality.
Expand Down
2 changes: 1 addition & 1 deletion config/config.json.sample-oc10
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"server" : "http://localhost:8080",
"theme": "https://localhost:9200/themes/owncloud/theme.json",
"theme": "https://localhost:9100/themes/owncloud/theme.json",
"version": "0.1.0",
"auth": {
"clientId": "",
Expand Down
2 changes: 1 addition & 1 deletion tests/drone/config-oc10-oauth.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"server" : "http://owncloud",
"theme": "themes/owncloud/theme.json",
"theme": "owncloud",
"version": "0.1.0",
"auth": {
"clientId": "Cxfj9F9ZZWQbQZps1E1M0BszMz6OOFq3lxjSuc8Uh4HLEYb9KIfyRMmgY5ibXXrU",
Expand Down
2 changes: 1 addition & 1 deletion tests/drone/config-oc10-openid.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"server": "http://owncloud/",
"theme": "themes/owncloud/theme.json",
"theme": "owncloud",
"version": "0.1.0",
"openIdConnect": {
"metadata_url": "https://idp:9130/.well-known/openid-configuration",
Expand Down
2 changes: 1 addition & 1 deletion tests/drone/ocis-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"server": "https://ocis:9200",
"theme": "themes/owncloud/theme.json",
"theme": "owncloud",
"version": "0.1.0",
"openIdConnect": {
"metadata_url": "https://ocis:9200/.well-known/openid-configuration",
Expand Down

0 comments on commit 41cc7b8

Please sign in to comment.