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.
 
 
 
 
 
 

15 lines
365 B

  1. {
  2. "developer_mode": 1,
  3. "db_name": "test_site_ui",
  4. "db_password": "test_site_ui",
  5. "db_type": "mariadb",
  6. "auto_email_id": "test@example.com",
  7. "mail_server": "smtp.example.com",
  8. "mail_login": "test@example.com",
  9. "mail_password": "test",
  10. "admin_password": "qwe",
  11. "root_password": "travis",
  12. "run_selenium_tests": 1,
  13. "host_name": "http://test_site_ui:8000"
  14. }