diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-06-01 12:15:26 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-06-01 12:15:26 -0700 |
commit | 9ad57b3d8d1000f17962bb0ba00a8958b2f141db (patch) | |
tree | 515f444d429b999516e530e5d35fcaac6424f1a9 /htdocs/src/config.inc.php.example | |
parent | a070cbe9627fcc29ef2f91b8f7578080203e6ad1 (diff) |
Added scripts, email addresses, other minor modifications
Diffstat (limited to 'htdocs/src/config.inc.php.example')
-rw-r--r-- | htdocs/src/config.inc.php.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/src/config.inc.php.example b/htdocs/src/config.inc.php.example index d0d912c..0a4a8d4 100644 --- a/htdocs/src/config.inc.php.example +++ b/htdocs/src/config.inc.php.example @@ -20,6 +20,7 @@ $CONFIG = array( 'email_from' => 'community@myfoursquarechurch.com', 'emaildomain' => 'listandshare.com', + 'domain' => 'localhost', 'urlroot' => '/~jesse/p4s/community/htdocs', 'root' => '/Users/jesse/Development/P4Square/community/htdocs', 'uploads' => '/Users/jesse/Development/P4Square/community/uploads', |