Fixed DISABLE_PATREON not working, it's now a Meteor setting instead of an ENV variable
This commit is contained in:
6
app/exampleMeteorSettings.json
Normal file
6
app/exampleMeteorSettings.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"public": {
|
||||
"environment": "production",
|
||||
"disablePatreon": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user