diff options
| author | Joël Galeran <[email protected]> | 2020-07-02 16:15:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-02 10:15:50 -0400 |
| commit | 7cae525a0c50b913a154b831fb23fa320ce89cda (patch) | |
| tree | bff9fd42210a07bc82afb9f0e2f980fe8ca81318 | |
| parent | bb4bdb763da2bdcc32c9de09a38f007ea65ef0c7 (diff) | |
| download | caprover-one-click-apps-7cae525a0c50b913a154b831fb23fa320ce89cda.tar.gz caprover-one-click-apps-7cae525a0c50b913a154b831fb23fa320ce89cda.zip | |
Update prisma.json to Prisma 1 (#206)
Because the new default is Prisma 2 see https://github.com/prisma/prisma
| -rw-r--r-- | public/v2/apps/prisma.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/v2/apps/prisma.json b/public/v2/apps/prisma.json index 3d952b2..6742cab 100644 --- a/public/v2/apps/prisma.json +++ b/public/v2/apps/prisma.json @@ -2,7 +2,7 @@ "captainVersion": "2", "documentation": "Taken from https://hub.docker.com/r/prismagraphql/prisma/", "displayName": "", - "description": "Prisma is a database abstraction layer that turns your databases into GraphQL APIs with CRUD operations and realtime capabilities", + "description": "Prisma 1 is a database abstraction layer that turns your databases into GraphQL APIs with CRUD operations and realtime capabilities", "dockerCompose": { "version": "3", "services": { @@ -31,15 +31,15 @@ } }, "instructions": { - "end": "Prisma is deployed and available as $$cap_appname.", - "start": "Prisma - Database tools for modern application development. This setup runs Prisma along with a MySQL Database." + "end": "Prisma 1 is deployed and available as $$cap_appname.", + "start": "Prisma 1 - Database tools for modern application development. This setup runs Prisma 1 along with a MySQL Database." }, "variables": [ { "id": "$$cap_prisma_version", - "label": "Prisma Version", + "label": "Prisma 1 Version", "defaultValue": "1.29", - "description": "Check out their GitHub page for their latest version https://github.com/prisma/prisma", + "description": "Check out their GitHub page for their latest version https://github.com/prisma/prisma1", "validRegex": "/^([^\\s^\\/])+$/" }, { @@ -57,7 +57,7 @@ }, { "id": "$$cap_management_secret", - "label": "Prisma Management API secret", + "label": "Prisma 1 Management API secret", "description": "To ensure only entitled users are able to perform actions through the Management API. Minimum 10 characters, at least one letter and one number.", "validRegex": "/^(?=.*\\d).{10,}$/" } |
