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.
 
 
 
 
 
 

17 line
480 B

  1. {
  2. "db_host": "127.0.0.1",
  3. "db_port": 3306,
  4. "db_name": "test_influxframework_producer",
  5. "db_password": "test_influxframework",
  6. "allow_tests": true,
  7. "db_type": "mariadb",
  8. "auto_email_id": "test@example.com",
  9. "mail_server": "smtp.example.com",
  10. "mail_login": "test@example.com",
  11. "mail_password": "test",
  12. "admin_password": "admin",
  13. "root_login": "root",
  14. "root_password": "travis",
  15. "host_name": "http://test_site_producer:8000"
  16. }