Guest User

Untitled

a guest
Nov 18th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $databases['default']['default']['prefix']= array(
  2. 'default' => 'drup_',
  3. 'civicrm_acl' => '`adef_civi_`.',
  4. ... all the way to...
  5. );
  6.  
  7. $databases = array('default' => array( 'default' => array(
  8. 'driver' => 'mysql',
  9. 'database' =>
  10. etc...
  11.  
  12. if (!defined('CIVICRM_UF_BASEURL')) {
  13. define( 'CIVICRM_UF_BASEURL' ,
  14. 'https://www.example.com/');
  15. }
Add Comment
Please, Sign In to add comment