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.

20 lines
349 B

1 year ago
  1. {
  2. "ssh": {
  3. "stage": {
  4. "user": null,
  5. "domain": null,
  6. "port": null,
  7. "private_key": null,
  8. "public_key": null,
  9. "key_passphrase": null
  10. },
  11. "live": {
  12. "user": null,
  13. "domain": null,
  14. "port": null,
  15. "private_key": null,
  16. "public_key": null,
  17. "key_passphrase": null
  18. }
  19. }
  20. }