This repository has been archived by the owner on Sep 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
43 lines (43 loc) · 1.54 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"help" : "This file holds the configurable components of FOCUSA, aiming towards better flexibility and modularity. \n Here you will find the knobs that can be tuned to customise FOCUSA for your purpose." ,
"help" : "Kindly do not modify the default values in this file unless necessary." ,
"author" : "@yashdiniz" ,
"devmode" : true ,
"profNameLen" : 30 ,
"profStatLen" : 200 ,
"postLen" : 600 ,
"commentLen" : 300 ,
"publicPostCategories" : "_public_ _news_#public#news" ,
"performDailyBackups" : false ,
"currentServerURL" : "www.mypc.me|[1-9]&*.[1-9]&*.[0-9]&*.[0-9]&*" ,
"runningViaProxy" : false ,
"port" : 80 ,
"proxyPort" : 1896 ,
"allowhttps" : false ,
"mailAttachments" : true ,
"SMTPserver" : "smtp.gmail.com" ,
"SMTPport" : 465 ,
"SMTPsecure" : true ,
"emailID" : "[email protected]" ,
"auth" : {
"help" : "'type' could either be empty, or have the value 'OAuth2'" ,
"help" : "If OAuth2 is used, the password field below can be left empty." ,
"type" : "" ,
"clientID" : "1072642306498-559n3jbn40a1eltdoikmc0aevu6493oj.apps.googleusercontent.com" ,
"clientSecret" : "type in your secret if you're using OAuth2"
} ,
"password" : "type in your password here" ,
"activatePostApproval" : true ,
"newsReporterApproval" : true ,
"guestsCanPost" : true ,
"allowChangePassword" : true ,
"allowBigFileUploads" : true ,
"maxFileSizeinBytes" : 10485760 ,
"allowPublicProfileViewing" : true ,
"commenting" : true ,
"postApproval" : true ,
"PostSearchLimit" : 10 ,
"GrandScale" : false ,
"dbLatency" : 2000 ,
"sessionExpiry" : 300000
}