| 1 |
# $Id: do_testing-site.properties,v 1.1 2007/10/06 07:34:45 allisterbeharry Exp $ |
# $Id: do_testing-site.properties,v 1.2 2008/03/08 01:38:11 allisterbeharry Exp $ |
| 2 |
# @file This is the user properties file for the do_testing-site build project. Customize |
# @file This is the user properties file for the do_testing-site build project. Customize |
| 3 |
# the properties defined here for the site you want to create in your environment. You can use both |
# the properties defined here for the site you want to create in your environment. You can use both |
| 4 |
# Windows and *nix file paths. Required properties not found here must be defined in do_testing-site-base.properties |
# Windows and *nix file paths. Required properties not found here must be defined in do_testing-site-base.properties |
| 5 |
# or on the command line at runtime. |
# or on the command line at runtime. |
| 6 |
|
|
| 7 |
#The directory which contains the Drupal site code-tree: |
#The directory which contains the Drupal site code-tree: |
| 8 |
drupal.dir = E:\Webs\ApacheDrupal\drupal52-dev\do_testing |
drupal.dir = /home/allisterb/projects/dast/sites/do_testing |
| 9 |
|
|
| 10 |
#The Url of the Drupal site (must include trailing slash if no file specified) |
#The Url of the Drupal site (must include trailing slash if no file specified) |
| 11 |
drupal.Url = http://localhost:8001/drupal52-dev/do_testing/ |
drupal.Url = http://localhost/dast/do_testing/ |
| 12 |
|
|
| 13 |
#The RDBMS which will host the Drupal site database - currently can be mysql, mysqli, mssql |
#The RDBMS which will host the Drupal site database - currently can be mysql, mysqli, mssql |
| 14 |
drupal.database.driver = mysql |
drupal.database.driver = mysql |
| 38 |
drupal.database.CreateScript.user = root |
drupal.database.CreateScript.user = root |
| 39 |
|
|
| 40 |
#The password for the drupal.database.CreateScript.user |
#The password for the drupal.database.CreateScript.user |
| 41 |
drupal.database.CreateScript.user.pass = all!ster |
drupal.database.CreateScript.user.pass = root |
| 42 |
|
|
| 43 |
#The database where the create script will be executed, e.g. mysql in MySQL or master in MSSQL |
#The database where the create script will be executed, e.g. mysql in MySQL or master in MSSQL |
|
drupal.database.CreateScript.name = mysql |
|
| 44 |
|
drupal.database.CreateScript.name = mysql |
| 45 |
|
|
| 46 |
|
#Indicate if to create the files subdirectory |
| 47 |
|
drupal.createfilesDir = no |
| 48 |
|
|
| 49 |
|
#The absolute path to the files subdirectory |
| 50 |
|
drupal.filesDirPath = ${drupal.dir}${php.directory_separator}files |
| 51 |
|
|
| 52 |
|
#The file system permission for the files directory in octal base with leading 0 e.g. 0777 |
| 53 |
|
#The user running the build script must have the right to chmod this directory |
| 54 |
|
drupal.filesDirPermission = 0777 |