-
Notifications
You must be signed in to change notification settings - Fork 7
/
migration-config.cfg
68 lines (65 loc) · 2.31 KB
/
migration-config.cfg
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
[general]
neededScriptFolders = { 'logfolder' : 'logs' }
# srv01, srv02.... config section [imscp-...] - You can add different server to migrate
configSection = srv01
# name of the logfile
logFile = migration_data.log
[keyhelp]
# Update password hashes with API or MySQL query (true [API] oder false [MySQL query])
# With "True" all passwords of email users, FTP users, database users and directory protections are imported.
# With "False" all passwords of email users, FTP users and directory protections will be imported. Database user passwords will be recreated.
keyhelpUpdatePasswordWithApi = true
# Needed sleep time while adding domain use 1,2,3...
keyhelpSleeptime = 2
# Name of the Default hosting plan
keyhelpDefaultHostingplan = Unlimited
#true or false
keyhelpCreateRandomPassword = true
#true or false
keyhelpSendloginCredentials = false
# true or false
keyhelpCreateSystemDomain = true
# true | false | ask
keyhelpDisableDnsForDomain = true
# FQDN of you KeyHelp server
apiServerFqdn = srv01.my-keyhelp-server.tld
# API key of you KeyHelp server
apiKey =
# Timeout for API requests
apiTimeout = 10
# Min password lenght for new accounts
keyhelpMinPasswordLenght = 8
# Verifying the SSL cert of the KeyHelp server
apiServerFqdnVerify = True
# MySQL credential file KeyHelp server
keyhelpConfigfile = /etc/keyhelp/config/config.json
[imscp-srv01]
imscpServerFqdn = srv01.my-imscp-server.tld
imscpSshUsername = root
imscpSshPort = 22
imscpSshTimeout = 5
imscpRootPassword =
# true or false
imscpRoundcubeContactImport = false
# true or false => true: on i-MSCP is MySQL version >= 5.7 installed
# only set to true if the script show the message to set parameter to true
imscpMysqlVersion5_7 = false
imscpSshPublicKey = /root/.ssh/id_rsa
imscpWebFolder = /var/www/virtual
imscpMailFolder = /var/mail/virtual
imscpDbDumpFolder = /database_dumps
[imscp-srv02]
imscpServerFqdn = srv02.my-imscp-server.tld
imscpSshUsername = root
imscpSshPort = 22
imscpSshTimeout = 5
imscpRootPassword =
# true or false
imscpRoundcubeContactImport = false
# true or false => true: on i-MSCP is MySQL version >= 5.7 installed
# only set to true if the script show the message to set parameter to true
imscpMysqlVersion5_7 = false
imscpSshPublicKey = /root/.ssh/id_rsa
imscpWebFolder = /var/www/virtual
imscpMailFolder = /var/mail/virtual
imscpDbDumpFolder = /database_dumps