Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

12 righe
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. }