/[drupal]/contributions/modules/DAST/projects/do_testing-site/do_testing-site.properties
ViewVC logotype

Diff of /contributions/modules/DAST/projects/do_testing-site/do_testing-site.properties

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Fri Dec 7 23:26:03 2007 UTC revision 1.3, Mon Mar 17 10:58:50 2008 UTC
# Line 1  Line 1 
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
# Line 38  drupal.database.CreateScript = MYSQL5-CR Line 38  drupal.database.CreateScript = MYSQL5-CR
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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2