您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

12 行
289 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. "run_selenium_tests": 1,
  10. "host_name": "http://localhost:8000"
  11. }