manifest.xml teruggezet naar prod URL
This commit is contained in:
31
README.md
31
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user