Skip to content

Commit

Permalink
move default for the BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-pass committed Nov 13, 2023
1 parent d8ff82f commit 5624dc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1345,15 +1345,16 @@
"properties": {
"BASE_URL": {
"type": "string",
"default": "http://localhost:4030",
"description": "Base URL of the Admin API."
},
"API_KEY": {
"type": "string",
"description": "API key for accessing the Admin API."
}
},
"default": {}
"default": {
"BASE_URL": "http://localhost:4030"
}
}
},
"required": [],
Expand Down

0 comments on commit 5624dc5

Please sign in to comment.