Skip to content

Commit

Permalink
fix reuse license
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Sep 19, 2023
1 parent 18869c9 commit 7c76ef7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minimal-setup/keycloak-meddream-full/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
depends_on: [keycloak, meddream-token-service]
# permissions can be customized in the permissions.json file
volumes:
- ./permissions.json:/orthanc_auth_service/permissions.json
- ./permissions.jsonc:/orthanc_auth_service/permissions.json
restart: unless-stopped
environment:
SECRET_KEY: "change-me-I-am-a-secret-key"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// "SPDX-FileCopyrightText: 2022 - 2023 Orthanc Team SRL <[email protected]>"
// SPDX-License-Identifier: CC0-1.0
{
"roles" : {
"admin-role": {
Expand Down
2 changes: 1 addition & 1 deletion minimal-setup/keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
image: orthancteam/orthanc-auth-service:23.9.0
# permissions can be customized in the permissions.json file
volumes:
- ./permissions.json:/orthanc_auth_service/permissions.json
- ./permissions.jsonc:/orthanc_auth_service/permissions.json
depends_on: [keycloak]
restart: unless-stopped
environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// "SPDX-FileCopyrightText: 2022 - 2023 Orthanc Team SRL <[email protected]>"
// SPDX-License-Identifier: CC0-1.0
{
"roles" : {
"admin-role": {
Expand Down

0 comments on commit 7c76ef7

Please sign in to comment.