Settings error in project page

Created on 18 March 2024, 7 months ago
Updated 13 May 2024, 5 months ago

Problem/Motivation

In the project page, under the instructions for Using Environment Variables, the settings for the Host URL are:
$config['sharepoint_connector.settings']['base_url'] = getenv('BASE_URL_ENV_VAR');

but the settings in configuration is host and therefore it should be:
$config['sharepoint_connector.settings']['host'] = getenv('HOST_ENV_VAR');

The instructions in the Readme are correct.

It would be also good to explain what's the correct Host URL.

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Documentation

Created by

πŸ‡¦πŸ‡ΊAustralia elgandoz Canberra

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024