25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
317 B

  1. {
  2. "db_name": "test_frappe",
  3. "db_password": "test_frappe",
  4. "auto_email_id": "test@example.com",
  5. "mail_server": "smtp.example.com",
  6. "mail_login": "test@example.com",
  7. "mail_password": "test",
  8. "admin_password": "admin",
  9. "root_password": "travis",
  10. "run_selenium_tests": 1,
  11. "host_name": "http://test_site:8000"
  12. }