瀏覽代碼

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"