Ein für Shopware 6 vorbereitet Systemmanagment.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.1 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "db": {
  3. "stage": {
  4. "socket": null,
  5. "host": null,
  6. "port": null,
  7. "database": null,
  8. "user": null,
  9. "password": null,
  10. "admin_user": null,
  11. "admin_password": null
  12. },
  13. "live": {
  14. "socket": null,
  15. "host": null,
  16. "port": null,
  17. "database": null,
  18. "user": null,
  19. "password": null,
  20. "admin_user": null,
  21. "admin_password": null
  22. },
  23. "local_stage": {
  24. "socket": null,
  25. "host": null,
  26. "port": null,
  27. "database": null,
  28. "user": null,
  29. "password": null,
  30. "admin_user": null,
  31. "admin_password": null
  32. },
  33. "local_live": {
  34. "socket": null,
  35. "host": null,
  36. "port": null,
  37. "database": null,
  38. "user": null,
  39. "password": null,
  40. "admin_user": null,
  41. "admin_password": null
  42. }
  43. }
  44. }