-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cfg
21 lines (20 loc) · 906 Bytes
/
config.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###################### Enter your Settings Here ####################
# the workingFolder is where you put the script and base_files Folder
#
# No trailing Slashes
#
workingFolder="/PATH/TO/THE/SCRIPT"
siteFolder="SITE_FOLDER_NAME" # Location of site
apacheRoot="APACHE_ROOT" # Apache Root Folder
apacheUser="APACHE_USER" # Apache User or Local User
apacheGroup="APACHE_GROUP" # apache Group
db="DB_NAME" # Site Database
dbUser="DB_USER" # Database User Name
dbPwd="DP_PASSWORD" # Database Password
siteName="SITE_NAME" # Site Name (The one you use in the browser)
siteMail="SITE_EMAIL" # Site Email
acName="DRUPAL_ACCOUNT_NAME" # Site Admin Username
acPwd="DRUPAL_ACCOUNT_PASSWORD" # Site Admin Password
acMail="DRUPAL_ACCOUNT_EMAIL" # Site Admin Email
privatePath="$apacheRoot/$siteFolder/private/" # Path to Private Folder
trustedHosts="^SITE\.NAME$" # Trusted Hosts Pattern for settings.php