Add logo and db uri example to heroku button

This commit is contained in:
steve-chavez
2018-06-21 11:04:31 -05:00
parent 9e3454129f
commit 80f09780cc
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "PostgREST",
"description": "RESTful API for any PostgreSQL database.",
"logo": "https://halcyon.sh/logo.svg",
"logo": "https://avatars2.githubusercontent.com/u/15115011",
"repository": "https://github.com/PostgREST/postgrest",
"env": {
"BUILDPACK_URL": {
@@ -13,7 +13,7 @@
"value": "0.5.0.0"
},
"DB_URI": {
"description": "Database connection string",
"description": "Database connection string, e.g. postgres://user:pass@xxxxxxx.rds.amazonaws.com/mydb",
"required": true
},
"DB_SCHEMA": {