forked from system2k/NodeWorldOfText
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_example.json
61 lines (51 loc) · 1.19 KB
/
settings_example.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"version": "2.1",
"website": "https://ourworldoftext.com/",
"ssl_enabled": false,
"ssl": {
"private_key": "../pem_dir/privkey.pem",
"cert": "../pem_dir/cert.pem",
"chain": "../pem_dir/chain.pem"
},
"port": 8080,
"test_port": 9090,
"ip": null,
"monitor": {
"enabled": false,
"port": null,
"ip": null,
"redirect": null,
"credentials": {
"user": "",
"pass": ""
}
},
"account_system": "local",
"pg_db": {
"user": "",
"host": "",
"database": ""
},
"error_log": true,
"paths": {
"database": "../nwotdata/nwot.sqlite",
"edits": "../nwotdata/edits.sqlite",
"images": "../nwotdata/images.sqlite",
"misc": "../nwotdata/misc.sqlite",
"chat_history": "../nwotdata/chat_history.sqlite",
"log": "../nwotdata/nwot_log.log",
"zip_log": "../nwotdata/nwot_error_logs.zip",
"uncaught": "../nwotdata/exc.err",
"restr": "../nwotdata/restr.txt",
"restr_cg1": "../nwotdata/restr_cg1.txt",
"static_shortcuts": "../nwotdata/static_shortcuts.txt",
"uvias_css": ""
},
"email": {
"enabled": false,
"username": "[email protected]",
"password": "password123",
"display_email": "\"Our World of Text\" <[email protected]>"
},
"activation_key_days_expire": 3
}