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

15 行
403 B

  1. {
  2. "db_host": "localhost",
  3. "db_name": "test_frappe",
  4. "db_password": "test_frappe",
  5. "db_type": "postgres",
  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": "admin",
  11. "root_login": "postgres",
  12. "root_password": "travis",
  13. "host_name": "http://test_site:8000"
  14. }