Changes

From SME Server
Jump to navigationJump to search
13 bytes added ,  14:42, 21 November 2014
m
Line 39: Line 39:  
Edit the config file by adjusting at least the following settings/values:
 
Edit the config file by adjusting at least the following settings/values:
 
  $conf['settings']['admin.email'] = 'admin@example.com'; <-- change to your email address
 
  $conf['settings']['admin.email'] = 'admin@example.com'; <-- change to your email address
  $conf['settings']['script.url'] = 'http://localhost/Web'; <-- must have this value
+
  $conf['settings']['script.url'] = 'http://yourserver.com/booked/Web'; <-- change to your domain
 
  $conf['settings']['database']['type'] = 'mysql';
 
  $conf['settings']['database']['type'] = 'mysql';
 
  $conf['settings']['database']['user'] = 'booked_user';
 
  $conf['settings']['database']['user'] = 'booked_user';

Navigation menu