-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-conf.json
More file actions
29 lines (29 loc) · 833 Bytes
/
example-conf.json
File metadata and controls
29 lines (29 loc) · 833 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
{
"build-destination": "/srv/http/ewma",
"movie-sources": "/path/to/movies",
"music-sources": "/path/to/songs",
"build-require-sudo": true,
"create-sourceMaps": false,
"cgi-executable": "/usr/bin/node",
"database-user": "ewma",
"database-password": "XXXXXXXXXX",
"database-socket": "/run/mysqld/mysqld.sock",
"session-length": 86400000,
"encryption-rounds": 10,
"msmtp-account": "ewmailer",
"msmtp-from": "ewma@zooengg.ca",
"msmtp-conf": "/home/ewma/.msmtprc",
"msmtp-log": "msmtp.log",
"http_user": "http",
"golden_awards": [
"Viewer's Choice",
"Best Actor",
"Best Actress",
"Best Picture"
],
"templateOptions": {
"remoteMovies": null
},
"password-reset-window": 600000,
"restricted-login-mode": false
}