فهرست منبع

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"