You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 regels
529 B

  1. {
  2. "db_host": "127.0.0.1",
  3. "db_port": 3306,
  4. "db_name": "test_xhiveframework",
  5. "db_password": "test_xhiveframework",
  6. "allow_tests": true,
  7. "db_type": "mariadb",
  8. "auto_email_id": "test@example.com",
  9. "mail_server": "localhost",
  10. "mail_port": 2525,
  11. "mail_login": "test@example.com",
  12. "mail_password": "test",
  13. "admin_password": "admin",
  14. "root_login": "root",
  15. "root_password": "travis",
  16. "host_name": "http://test_site:8000",
  17. "monitor": 1,
  18. "server_script_enabled": true
  19. }