config.php 565 B

123456789101112131415161718192021
  1. <?php
  2. if (!defined('GNUSOCIAL')) { exit(1); }
  3. $config['site']['name'] = 'Tortuga';
  4. $config['site']['server'] = 'localhost';
  5. $config['site']['path'] = 'tortuga';
  6. $config['site']['theme'] = 'neo-quitter';
  7. $config['site']['ssl'] = 'never';
  8. $config['db']['database'] = 'mysqli://root:123@localhost/tortuga';
  9. $config['db']['type'] = 'mysql';
  10. // Uncomment below for better performance. Just remember you must run
  11. // php scripts/checkschema.php whenever your enabled plugins change!
  12. //$config['db']['schemacheck'] = 'script';
  13. $config['site']['profile'] = 'public';