Quellcode durchsuchen

gc-1100-flg-true

TsuyoshiSuzukief vor 7 Jahren
Ursprung
Commit
67c80e0819
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      config/env.prod.js

+ 1 - 1
config/env.prod.js

@@ -1,5 +1,5 @@
 module.exports = {
   NODE_ENV: 'production',
   // FORMAT_NODE_LOG: false,
-  ACL_ENABLE: false,
+  ACL_ENABLE: true,
 };