Sfoglia il codice sorgente

Добавлен server.root

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

+ 1 - 0
server/config/production.js

@@ -9,6 +9,7 @@ module.exports = Object.assign({}, base, {
     execDir,
 
     server: {
+        root: '',
         host: '0.0.0.0',
         port: '12380',
     },