Просмотр исходного кода

Add PASSWORD_SEED env to app.json

Sotaro KARASAWA 11 лет назад
Родитель
Сommit
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"