Sfoglia il codice sorgente

Поправка production-конфига

Book Pauk 2 anni fa
parent
commit
facd7f1414
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      server/config/production.js

+ 1 - 1
server/config/production.js

@@ -11,7 +11,7 @@ module.exports = Object.assign({}, base, {
     servers: [
         {
             serverName: '1',
-            mode: 'normal', //'none', 'normal', 'site', 'reader', 'omnireader'
+            mode: 'reader',
             ip: '0.0.0.0',
             port: '44080',
         },