mirror of
https://github.com/amark/gun.git
synced 2025-06-13 17:46:39 +00:00
Add PEERS env variable to app.json for Heroku
This commit is contained in:
parent
8de6ce5ca2
commit
88cfae52b4
4
app.json
4
app.json
@ -10,6 +10,10 @@
|
|||||||
"NPM_CONFIG_PRODUCTION": {
|
"NPM_CONFIG_PRODUCTION": {
|
||||||
"description": "If you don't want to serve the Gun landing page, set to \"true\".",
|
"description": "If you don't want to serve the Gun landing page, set to \"true\".",
|
||||||
"value": "false"
|
"value": "false"
|
||||||
|
},
|
||||||
|
"PEERS": {
|
||||||
|
"description": "Comma-separated list of peer urls to connect to",
|
||||||
|
"required": "false"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user