From 59792721159c0a3967f1f6404b36f4d466304f80 Mon Sep 17 00:00:00 2001 From: Edward Muller Date: Tue, 14 Jul 2015 12:52:28 -0700 Subject: [PATCH] Some app.json updates to consider a) Consider using the secret generator so that deploys don't default to a known secret. b) tag it with golang --- app.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 676d4f3..e5de000 100644 --- a/app.json +++ b/app.json @@ -8,6 +8,7 @@ "keywords": [ "postgres", "database", + "golang", "frontend" ], "addons": [ @@ -21,7 +22,7 @@ }, "AUTH_PASS": { "description": "The login password. Please change this.", - "value": "pgweb" + "generator": "secret" } } -} \ No newline at end of file +}