mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
10 lines
384 B
PHP
10 lines
384 B
PHP
<?php
|
|
// auto-generated by sfDefineEnvironmentConfigHandler
|
|
// date: 2012/06/11 14:35:44
|
|
sfConfig::add(array(
|
|
'app_default_map_location' => '818 Oregon Avenue Linthicum MD 2109',
|
|
'app_default_map_location_title' => 'Atlantic Biomedical',
|
|
'app_site_images_url' => 'http://biomed.wootroot.me/images/',
|
|
'app_google_maps_api_key' => 'AIzaSyBJhZuTYgvG5q65VgZLgtfbe44Q82Dpl0c',
|
|
));
|