-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.default.properties
More file actions
33 lines (29 loc) · 1.41 KB
/
build.default.properties
File metadata and controls
33 lines (29 loc) · 1.41 KB
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
#--------------------------------------------------------------------------------
# MagentoWrapper Build Default Properties
#
# @copyright Copyright (c) 2010 <info@techdivision.com> - TechDivision GmbH
# @license http://opensource.org/licenses/osl-3.0.php
# Open Software License (OSL 3.0)
# @author Johann Zelger <jz@techdivision.com>
#--------------------------------------------------------------------------------
# ---- Webapp Settings ----------------------------------------------------------
webapp.name = magento-1.8.1.0
#webapp.name = magento-2.0.0.0
webapp.appserver.version = 0.1.1beta
# ----- Instance Settings -------------------------------------------------------
magento.version = 1.8.1.0
magento.branch = magento-ce-${$magento.version}
magento.repository = https://github.com/speedupmate/Magento-CE-Mirror.git
#magento.version = 2.0
#magento.branch = master
#magento.repository = https://github.com/magento/magento2
instance.base.dir = /opt/appserver/webapps
instance.dir ${instance.base.dir}/${webapp.name}
instance.url = http://127.0.0.1:9080/${webapp.name}
# ---- MySql Settings -----------------------------------------------------------
mysql.host = localhost
mysql.username = <YOUR-MYSQL-USER>
mysql.password = <YOUR-MYSQL-USER-PASSWORD>
mysql.database = magento_${ant.project.name}
# ----- Deployment Settings -----------------------------------------------------
deploy.dir = /opt/appserver/webapps