From 88cfae52b46534d4a8da0c7a3d3032ae3cc0ac6e Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Sat, 23 Jan 2021 00:07:03 +0200 Subject: [PATCH] Add PEERS env variable to app.json for Heroku --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index 56f69ff4..b2017f29 100644 --- a/app.json +++ b/app.json @@ -10,6 +10,10 @@ "NPM_CONFIG_PRODUCTION": { "description": "If you don't want to serve the Gun landing page, set to \"true\".", "value": "false" + }, + "PEERS": { + "description": "Comma-separated list of peer urls to connect to", + "required": "false" } } }