Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

17 wiersze
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. }