]> cat aescling's git repositories - mastodon.git/commitdiff
Remove deprecated config from Heroku and Scalingo (#11925)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 23 Sep 2019 10:11:59 +0000 (19:11 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 23 Sep 2019 10:11:59 +0000 (12:11 +0200)
app.json
scalingo.json

index 09adaac2c9fda1d1e21d56b17d5b728facf88232..211f17d812e221267284367ee30ce37b0efffe63 100644 (file)
--- a/app.json
+++ b/app.json
       "description": "The domain that your Mastodon instance will run on (this can be appname.herokuapp.com or a custom domain)",
       "required": true
     },
-    "LOCAL_HTTPS": {
-      "description": "Will your domain support HTTPS? (Automatic for herokuapp, requires manual configuration for custom domains)",
-      "value": "false",
-      "required": true
-    },
-    "PAPERCLIP_SECRET": {
-      "description": "The secret key for storing media files",
-      "generator": "secret"
-    },
     "SECRET_KEY_BASE": {
       "description": "The secret key base",
       "generator": "secret"
index dd8fb5530cfd5494a205e6eae478082faffb5dec..324356df0c262b1d386c4542a968f9c5ac97dff2 100644 (file)
@@ -8,15 +8,6 @@
       "description": "The domain that your Mastodon instance will run on (this can be appname.scalingo.io or a custom domain)",
       "required": true
     },
-    "LOCAL_HTTPS": {
-      "description": "Will your domain support HTTPS? (Automatic for *.scalingo.io, requires manual configuration for custom domains)",
-      "value": "true",
-      "required": true
-    },
-    "PAPERCLIP_SECRET": {
-      "description": "The secret key for storing media files",
-      "generator": "secret"
-    },
     "SECRET_KEY_BASE": {
       "description": "The secret key base",
       "generator": "secret"