Skip to content

Commit

Permalink
Remove default for api key and add URI to development json
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Jun 13, 2024
1 parent b98303c commit 9f9dee3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@
"description": "The etherpad api version uri."
},
"API_KEY": {
"default": "",
"type": "string",
"description": "The etherpad api key for sending requests."
},
Expand Down
2 changes: 1 addition & 1 deletion config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"ETHERPAD": {
"PAD_URI": "http://localhost:9001/p",
"URI": "http://localhost:9001/api/1/"
"URI": "http://localhost:9001/api/1.2.14"
},
"PROVISIONING_SCHULCONNEX_LIZENZ_INFO_URL": "http://localhost:8888/v1/lizenzinfo",
"BOARD_COLLABORATION_URI": "ws://localhost:4450"
Expand Down

0 comments on commit 9f9dee3

Please sign in to comment.