Add PEERS env variable to app.json for Heroku

This commit is contained in:
Martti Malmi 2021-01-23 00:07:03 +02:00 committed by GitHub
parent 8de6ce5ca2
commit 88cfae52b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}