Skip to content

Commit

Permalink
change default.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sszafGCA committed Nov 16, 2023
1 parent 0188096 commit 2e07dc3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,21 +1273,19 @@
"properties": {
"ENABLED": {
"type": "boolean",
"default": true,
"description": "Flag to turn on/off the Admin API."
},
"PORT": {
"type": "number",
"default": 4030,
"description": "Port of the exposed Admin API server."
},
"ALLOWED_API_KEYS": {
"type": "string",
"default":"",
"description": "Allowed Admin API keys (for accessing the Admin API)."
}
},
"default": {
"ENABLED": true,
"PORT": 4030,
"ALLOWED_API_KEYS": ""
}
},
"FEATURE_NEW_SCHOOL_ADMINISTRATION_PAGE_AS_DEFAULT_ENABLED": {
Expand Down

0 comments on commit 2e07dc3

Please sign in to comment.