manifest.xml teruggezet naar prod URL

This commit is contained in:
2025-06-02 09:24:10 +02:00
parent 3c464bb401
commit 2904275081
6 changed files with 54 additions and 23 deletions

View File

@@ -34,6 +34,37 @@ Start je lokale development server, bijvoorbeeld op poort 8080:
npm run start
````
### 4. Aanpassingen in Soco-Backoffice project
a. Verander in ```Api.class.php:108```
```php
$_SERVER['HTTP_ORIGIN'] === 'https://outlookplugin.ovas.nl'
```
naar
```php
$_SERVER['HTTP_ORIGIN'] === 'https://localhost:3000'
```
b. Verander in ``api_credentials.class.php:31``
```php
$response = [
'key' => 'Uvk3eiHf2NB8ahRC1ijXp0N1YrrhZ1eakIG9gTA0'
];
````
naar
```php
$response = [
'key' => 'kstlkkRb85jWbS424SXs6bw0rMmJDAcLrUJD05sL'
];
````
Deze key kan je vinden in ```settings_dev.php:252```
## Overzicht
De gehele sourcecode van de plugin bevindt zich op: src/taskpane