From 80f09780cca0303b1b7196101e586bb46c8ec205 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 21 Jun 2018 10:57:44 -0500 Subject: [PATCH] Add logo and db uri example to heroku button --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 9ce68aab8..4b10f61ff 100644 --- a/app.json +++ b/app.json @@ -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": {