my config/database.php is as follows,
var $default = array(
'driver' => 'mysql',
'persistent' => false,
'host' => 'ftp.example.sg ',
'login' => 'xxx',
'password' => 'xxx',
'database' => 'testdatabase',
'prefix' => '',
);
How can I make it deploy onto the server? What should be the value for host?
You can just put “localhost”, it should be fine, at least for me 😀