Explorar o código

Add PASSWORD_SEED env to app.json

Sotaro KARASAWA %!s(int64=11) %!d(string=hai) anos
pai
achega
bfb80838da
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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"