選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

19 行
466 B

  1. {
  2. "db_host": "127.0.0.1",
  3. "db_port": 5432,
  4. "db_name": "test_frappe",
  5. "db_password": "test_frappe",
  6. "db_type": "postgres",
  7. "allow_tests": true,
  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": "postgres",
  14. "root_password": "travis",
  15. "host_name": "http://test_site:8000",
  16. "install_apps": ["erpnext"],
  17. "throttle_user_limit": 100
  18. }