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

site_config.json 289 B

11年前
1234567891011
  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. }