Changes

Jump to navigation Jump to search
97 bytes removed ,  13:51, 21 November 2014
m
no edit summary
Line 40: Line 40:  
  $conf['settings']['script.url'] = 'http://localhost/Web'; <-- must have this value
 
  $conf['settings']['script.url'] = 'http://localhost/Web'; <-- must have this value
 
  $conf['settings']['database']['type'] = 'mysql';
 
  $conf['settings']['database']['type'] = 'mysql';
  $conf['settings']['database']['user'] = 'booked_user';       // database user with permission to the booked database $conf['settings']['database']['password'] = 'verysecretpass'; $conf['settings']['database']['hostspec'] = 'localhost';       // ip, dns or named pipe $conf['settings']['database']['name'] = 'booked';
+
  $conf['settings']['database']['user'] = 'booked_user';
 +
$conf['settings']['database']['password'] = 'verysecretpass';
 +
$conf['settings']['database']['hostspec'] = 'localhost';
 +
$conf['settings']['database']['name'] = 'booked';
   −
and very specifically the installation password:
+
and specifically the installation password:
 
  $conf['settings']['install.password'] = 'j3kfd982nd3'; <-- example password, set own password
 
  $conf['settings']['install.password'] = 'j3kfd982nd3'; <-- example password, set own password
  

Navigation menu