-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-sample.ini
65 lines (58 loc) · 1.5 KB
/
config-sample.ini
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
#Mysql Servers
#List of the mysql servers settings you want to use as source/destination with the export command.
#Provide an user with administrative rights and have permission to connect between hosts.
#eg:
#[mysql_localhost]
#host=localhost
#user=username
#password=pass
#this mysql server host database of which environnement?
#[local, staging, prod]
#env=staging
[mysql_localhost]
host=localhost
user=xxxx
password=xxxx
env=local
[mysql_staging]
host=xxxx
user=xxxx
password=xxxx
env=staging
#Global svn username and password can be overwriten by site specific settings
[svn]
user=
password=
#Sites
#List of the sites with their related settings
#eg:
#[site-my-site]
#staging_domain_name=www.my-site.com
#local_domain_name=
#prod_domain_name=
#db_name=my-db
#db_user=my-user
#db_password=my-password
#You can optionnaly overwrite the svn user/password settings here.
#svn_user=xxxx
#svn_password=xxxx
#svn_url=http://url.to.my.svn.server/folder
#You can optionnaly overide the version of worpdress here.(default: latest)
#wp_version=x.x.x
#admin_email = [email protected] (optional)
#Wordpress
[wordpress]
url = http://wordpress.org/
wp_default_version = latest
#Apache user and group access
#user and group that apache will be using to access the files. This settings is used with the init-site command to set mpm_itk module settings in the vhost.
[apache]
user =
group =
wwwdir = ~/www/
vhostdir = /etc/apache2/sites-available/
[general]
backupdir =
admin_email =
#current environnement [local,stagin,prod]
env = local