Przeglądaj źródła

Fix app.json's syntax

Sotaro KARASAWA 11 lat temu
rodzic
commit
381010179a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app.json

+ 1 - 1
app.json

@@ -16,7 +16,7 @@
     "SECRET_TOKEN": {
     "SECRET_TOKEN": {
       "description": "A secret key for verifying the integrity of signed cookies.",
       "description": "A secret key for verifying the integrity of signed cookies.",
       "generator": "secret"
       "generator": "secret"
-    }
+    },
     "PASSWORD_SEED": {
     "PASSWORD_SEED": {
       "description": "A password seed is used by password hash generator. ",
       "description": "A password seed is used by password hash generator. ",
       "generator": "secret"
       "generator": "secret"