forked from nikita-petko/RbxDataStoreService
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
40 lines (40 loc) · 805 Bytes
/
settings.json
File metadata and controls
40 lines (40 loc) · 805 Bytes
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
{
"Client": {
"FVariable": {},
"FLog": {
"DataStore": 0,
"Auth": 0
},
"DFLog": {
"Debug": 0
},
"SFLog": {},
"FFlag": {
"FastLogEnabled": false,
"LogToFile": false,
"UseOneLog": false,
"Debug": false,
"UseSiteTests": false,
"UseTestUniverse": false
},
"DFFlag": {
"DataStoresV2Enabled": true,
"DataStoreUseNewEndpoints": true,
"DataStoreNewEndpointsReturnResultIfFailedToDeserialize": true,
"WeCareAboutTheWarning": false,
"DataStoresV2Force": true
},
"SFFlag": {},
"FInt": {},
"DFInt": {},
"SFInt": {},
"FString": {},
"DFString": {
"PreferredTestSite": "SiteTest4"
},
"SFString": {}
},
"FSettings": ["Client"],
"TODO": [],
"EditorsNotice": "This may break your distribution of this service if you change any of this"
}