forked from totaljs/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
30 lines (21 loc) · 904 Bytes
/
config
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
name : Total.js Flow v10
cookie (generate) : 6
cookie_secret (generate) : 10
allow_custom_titles : true
flowstream_worker : fork
// Disables: Worker/Fork
// flowstream_worker : false
// Uses WorkerThread instead of ChildProcess/Fork
// flowstream_worker : true
// Replaces WorkerThread for the ChildProcess/Fork
// flowstream_worker : fork
// Enables sandbox for NPM dependencies (we recommend to use it for "worker" mode only)
// flowstream_sandbox : true
// Max. memory size for forked processes (in MB)
// flowstream_memory : 4069
// Every Flow component will be stored on HDD and evaluated via the `require()` method
// flowstream_asfiles : true
// Flow directory
// directory : /absolute/path/to/flow/database/
// A default language
// language : es