'name' => 'mobile_phone',
'display' => 'Mobile Phone'
);
+ $e[] = array(
+ 'type' => 'email',
+ 'req' => true,
+ 'name' => 'email',
+ 'display' => 'Email'
+ );
+ $e[] = array(
+ 'type' => 'email',
+ 'req' => true,
+ 'name' => 'email_rmv',
+ 'display' => 'Verify Email'
+ );
$e[] = array(
'type' => 'tel',
'req' => false,
'name' => 'boats',
'display' => 'Boat(s)'
);
- // $e[] = array(
- // 'type' => 'email',
- // 'req' => true,
- // 'name' => 'email',
- // 'display' => 'Email'
- // );
- // $e[] = array(
- // 'type' => 'email',
- // 'req' => true,
- // 'name' => 'email_rmv',
- // 'display' => 'Verify Email'
- // );
// if ($this->tableName == 'customer') {
// $add1 = 'add1';
// $add2 = 'add2';
; development site configuration data inherits from production and
; overrides values as necessary
[development : production]
-site_url = "http://dev53.gaslightmedia.com/www.cedarvillemarine.com/"
+site_url = "http://localhost:8080/www.cedarvillemarine.com/"
mobile.link =
mobile.hostname = Off
google.search.key = "ABQIAAAANX0yQZ2OteLu_zqbwdfUuRTeX7yNUukyMrmY8FsCXcCA9axlYBTyhehgzuXOUfNI0E5UYHCLponA0A"
google.maps.key = "ABQIAAAANX0yQZ2OteLu_zqbwdfUuRQsHGkczIjpqPY1-dTKNoaiGtfPJBTloI-YH7fzUV-bsMLwcy2Yjyti7A"
-app.base_url = "http://dev53.gaslightmedia.com/app.gaslightmedia.com/"
-app.base_secure_url = "https://dev53.gaslightmedia.com/app.gaslightmedia.com/"
+app.base_url = "http://localhost:8080/app.gaslightmedia.com/"
+app.base_secure_url = "https://localhost:8080/app.gaslightmedia.com/"
error.reporting[] = E_ALL
error.reporting[] = E_NOTICE
error.ident = ""
error.conf.path = "/var/www/server/"
-database.params.host = "devdb"
+database.params.host = "ds5"
development = On
email.owner = "dev@gaslightmedia.com"
-email.contact = "dev@gaslightmedia.com"
+email.contact = "vagrant@localhost"
email.addEventForm = "dev@gaslightmedia.com"
email.enews = Off
email.visitor_guide = Off