Sotaro KARASAWA 11 лет назад
Родитель
Сommit
f8009acf75
2 измененных файлов с 3 добавлено и 7 удалено
  1. 2 6
      app.json
  2. 1 1
      package.json

+ 2 - 6
app.json

@@ -1,12 +1,12 @@
 {
   "name": "Crowi",
-  "description": "The simple & powerful Wiki.",
+  "description": "The simple & powerful Wiki",
   "keywords": [
     "wiki",
     "communication"
   ],
   "website": "https://crowi.wiki/",
-  "repository": "https://github.com/crocos/crowi",
+  "repository": "https://github.com/crowi/crowi",
   "logo": "http://crowi.wiki/images/logo/128x128.png",
   "success_url": "/",
   "scripts": {
@@ -17,10 +17,6 @@
     "SECRET_TOKEN": {
       "description": "A secret key for verifying the integrity of signed cookies.",
       "generator": "secret"
-    },
-    "WEB_CONCURRENCY": {
-      "description": "The number of processes to run.",
-      "value": "5"
     }
   },
   "addons": [

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "crowi",
   "version": "1.0.3",
-  "description": "Crocos' Wiki implementation in node.js",
+  "description": "The simple & powerful Wiki",
   "tags": [
     "wiki"
   ],