diff options
Diffstat (limited to 'public/v2/apps/adminer.json')
| -rw-r--r-- | public/v2/apps/adminer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v2/apps/adminer.json b/public/v2/apps/adminer.json index 592b5a4..4f393a3 100644 --- a/public/v2/apps/adminer.json +++ b/public/v2/apps/adminer.json @@ -21,7 +21,8 @@ "start": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. \n\n For more details, see: https://github.com/vrana/adminer\n\n Enter your Adminer Configuration parameters and click on next. It will take about a minute for the process to finish.", "end": "Adminer is deployed and available as $$cap_appname" }, - "variables": [{ + "variables": [ + { "id": "$$cap_adminer_version", "label": "Adminer Version Tag", "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/adminer/tags/", @@ -41,5 +42,4 @@ "validRegex": "/^([a-zA-Z0-9-.\\s])*$/" } ] - } |
