add initial solution (made with copilot)

This commit is contained in:
2026-07-13 12:05:43 +02:00
commit 250ee892dc
25 changed files with 860 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'external_api_username' => 'myUser',
'external_api_password' => 'myPass',
'external_api_token' => 'mySecretToken',
];