diff options
Diffstat (limited to 'public/v2/apps/arangodb.json')
| -rw-r--r-- | public/v2/apps/arangodb.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/v2/apps/arangodb.json b/public/v2/apps/arangodb.json index d64a395..91288f6 100644 --- a/public/v2/apps/arangodb.json +++ b/public/v2/apps/arangodb.json @@ -24,7 +24,8 @@ "start": "ArangoDB is a multi-model, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.", "end": "ArangoDB is deployed and available as srv-captain--$$cap_appname-db:8529 to other apps." }, - "variables": [{ + "variables": [ + { "id": "$$cap_arango_version", "label": "ArangoDB Version", "defaultValue": "3.4", |
