Преглед изворни кода

Add PASSWORD_SEED env to app.json

Sotaro KARASAWA пре 11 година
родитељ
комит
bfb80838da
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      app.json

+ 4 - 0
app.json

@@ -17,6 +17,10 @@
       "description": "A secret key for verifying the integrity of signed cookies.",
       "generator": "secret"
     }
+    "PASSWORD_SEED": {
+      "description": "A password seed is used by password hash generator. ",
+      "generator": "secret"
+    }
   },
   "addons": [
     "mongohq"