]> cat aescling's git repositories - mastodon.git/blobdiff - app.json
Fix reports of already suspended accounts being recorded (#16047)
[mastodon.git] / app.json
index 09adaac2c9fda1d1e21d56b17d5b728facf88232..e4f7cf403ec4a0d4c84bcf3efc27012c34153915 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"
@@ -97,9 +88,6 @@
     {
       "url": "https://github.com/heroku/heroku-buildpack-apt"
     },
-    {
-      "url": "heroku/nodejs"
-    },
     {
       "url": "heroku/ruby"
     }
This page took 0.027401 seconds and 3 git commands to generate.