You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/config.sample.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ var countlyConfig = {
106
106
* Specifies where to store files. Value "fs" means file system or basically storing files on hard drive. Another currently supported option is "gridfs" storing files in MongoDB database using GridFS. By default fallback to "fs";
107
107
* @type {string} [default=fs]
108
108
*/
109
-
fileStorage: "fs",
109
+
fileStorage: "gridfs",
110
110
/**
111
111
* Specifies after how long time configurations are reloded from data base. Default value is 10000 (10 seconds)
112
112
* @type {integer} [default=10000]
@@ -120,7 +120,7 @@ var countlyConfig = {
120
120
/**
121
121
* Share same database connection pool between databases
122
122
*/
123
-
shared_connection: false,
123
+
shared_connection: true,
124
124
/**
125
125
* Simple SMTP mail sender configuration.
126
126
* Can only be used when you don't have custom mailer extend ({@code countly/extend/mail.js}).
0 commit comments