Skip to content

Commit

Permalink
feat: app base url registry key [sc-22499] (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Feb 22, 2024
1 parent e313435 commit b5410be
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"label": "App Base URL",
"description": "App Base URL",
"schema": {
"properties": {
"environmentVariableName": "APP_BASE_URL",
"value": {
"type": "string",
"default": "Please insert App Base URL here"
}
},
"required": ["value"]
}
}

0 comments on commit b5410be

Please sign in to comment.