Yuki Takei 5 lat temu
rodzic
commit
8d8fa91259
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/server/crowi/index.js

+ 0 - 1
src/server/crowi/index.js

@@ -209,7 +209,6 @@ Crowi.prototype.setupSessionConfig = function() {
   const sessionAge = (1000 * 3600 * 24 * 30);
   const redisUrl = this.env.REDISTOGO_URL || this.env.REDIS_URI || this.env.REDIS_URL || null;
 
-  const mongoUrl = getMongoUri();
   let sessionConfig;
 
   return new Promise(((resolve, reject) => {