You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.json.example 230 B

10 years ago
10 years ago
1234567891011121314
  1. {
  2. "user1": {
  3. "email": "user1@example.com",
  4. "password": "password123"
  5. },
  6. "user2": {
  7. "email": "user2@example.com",
  8. "password": "password456"
  9. },
  10. "user3": {
  11. "email": "user3@example.com",
  12. "password": "password789"
  13. }
  14. }