province abbreviation patch - issue 724
[civicrm-core.git] / bin / setup.conf.txt
CommitLineData
b8b65506
KJ
1# Define the path for civicrm source directory here
2CIVISOURCEDIR=
6a488035
TO
3
4# define your schema file name here, will be overriden by
5# FIRST command line argument if given
6SCHEMA=schema/Schema.xml
7
0d062c1b
TO
8## define your database host and port here
9DBHOST=
10DBPORT=
11
6a488035
TO
12# define your database name here, will be overriden by
13# SECOND command line argument if given
14DBNAME=
15
16# define your database usernamename here, will be overriden by
17# THIRD command line argument if given
18DBUSER=
19
20# define your database password here, will be overriden by
21# FOURTH command line argument if given
22DBPASS=
23
24# any extra args you need in your mysql connect string
25# number of arguments should be specified within ""
26# FIFTH command line argument if given
27DBARGS=""
28
29# set your PHP5 bin dir path here, if it's not in PATH
30# The path should be terminated with dir separator!
31PHP5PATH=
32
33# Set a special DB load filename here for custom installs
34# If a filename is passed, civicrm_data.mysql AND the
35# passed file will be loaded instead of civicrm_generated.mysql.
36# The DBLOAD file must be in the sql directory.
37DBLOAD=
38
39# Set a special SQL filename here which you want to load
40# IN ADDITION TO either civicrm_generated or civicrm_data.
41# The DBADD file must be in the sql directory.
42# DBADD=
43
44# GenCode produces localized data files for all known
45# locales. This is good for stable-releases but
46# cumbersome during development. To speed it up,
47# list the desired locales.
48# export CIVICRM_LOCALES=en_US,fr_FR
c0956f19
TO
49
50# GenCode produces some CMS-specific config files
51# If omitted, defaults to drupal.
52GENCODE_CMS=""
53# GENCODE_CMS=drupal
54# GENCODE_CMS=wordpress
8ef3b2b7
TO
55
56# GenCode is relatively slow; and, usually, it only needs
57# to run if the gencode files have changed. Set
58# this option to enable caching (and speed up setup.sh)
59# export CIVICRM_GENCODE_DIGEST=/tmp/gencode.md5