-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdefault.json
69 lines (69 loc) · 1.51 KB
/
default.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
62
63
64
65
66
67
68
69
{
"general": {
"sql": {
"dbtype": "mysql",
"dbhost": "localhost",
"dbruser": "root",
"database_root": "supersecretpass"
},
"html": {
"url1": "http://example.com",
"html": "/var/www/html",
"folder": "nextcloud1",
"ncname": "my_nextcloud"
},
"mail": {
"email": "[email protected]",
"smtpauth": "LOGIN",
"smtphost": "srv.example.com",
"smtpport": 587,
"smtpname": "[email protected]",
"smtpsec": "tls",
"smtppwd": "password1234!",
"smtpauthreq": 1,
"smtpdomain": "domain.example.com"
},
"other": {
"depend": "false",
"rebootsrv": "false",
"overwrite": "true",
"adminuser": "ncadmin",
"smtp": "n",
"appsinstall": "n",
"version": "",
"cron": "true",
"icon": ""
},
"perm": {
"rootuser": "root",
"htuser": "apache",
"htgroup": "apache"
}
},
"config": {
"custom": {
"displayname": "true",
"rlchannel": "stable",
"memcache": "none",
"maintenance": "false",
"singleuser": "false",
"skeleton": "none",
"default_language": "de",
"enable_avatars": "true",
"rewritebase": "false"
}
},
"apps": {
"integrated": {
"calendarinstall": "false",
"contactsinstall": "false",
"mailinstall": "false",
"notesinstall": "false",
"tasksinstall": "false",
"galleryinstall": "false"
},
"3rdparty": {
"impinstall": "false"
}
}
}