Browse code

Change configuration and define defaults

Benjamin Roth authored on18/10/2024 11:55:26
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,5 +0,0 @@
1
-shopware_api:
2
-    credentials:
3
-        client_id: ''
4
-        client_secret: ''
5
-        api_endpoint: 'https://YOUR-SHOPWARE-DOMAIN/api'
Browse code

Add API endpoint config

Benjamin Roth authored on18/10/2024 11:38:20
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+shopware_api:
2
+    credentials:
3
+        client_id: ''
4
+        client_secret: ''
5
+        api_endpoint: 'https://YOUR-SHOPWARE-DOMAIN/api'