add initial solution (made with copilot)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'external_api_username' => 'myUser',
|
||||
'external_api_password' => 'myPass',
|
||||
'external_api_token' => 'mySecretToken',
|
||||
];
|
||||
Reference in New Issue
Block a user