mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
MNT-22687- Add new aosPlugin variable to hide or show the AOS plugin (#2382)
* MNT-22687- Add new aosPlugin variable to hide or show the AOS plugin * MNT-22687 - Added a new interface to extend the RuleContext from ADF * MNT-22687 - Removed carriage return and added whitespaces * MNT-22687 - Removed carriage returns * MNT-22687 - Fixed PR Comments Completed documentation, removed environment variable from the package.json, added plugins section in the app.config.json.tpl * MNT-22687 - Created a new service to deal with the new functionality. Reverted the old approach. * MNT-22687 - Reverted missing file * MNT-22687 - Reverted missing file * MNT-22687 - Removed variable replacement * MNT-22687 - Included environment variables in the README.md file
This commit is contained in:
21
README.md
21
README.md
@@ -8,3 +8,24 @@ Please refer to the [Public documentation](https://alfresco-content-app.netlify.
|
||||
| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| master | [](https://travis-ci.com/Alfresco/alfresco-content-app) |
|
||||
| develop | [](https://travis-ci.com/Alfresco/alfresco-content-app) |
|
||||
|
||||
## Setting up environment variables
|
||||
|
||||
We need to set some environment variable to be able to run the local dev server. In the project root folder, create an `.env` file (this is gitignored) with the following data:
|
||||
|
||||
```bash
|
||||
# App config settings
|
||||
APP_CONFIG_BPM_HOST="<url>"
|
||||
APP_CONFIG_ECM_HOST="<url>"
|
||||
APP_CONFIG_OAUTH2_HOST="<url>"
|
||||
APP_CONFIG_IDENTITY_HOST="<url>"
|
||||
APP_CONFIG_PROVIDER="ALL"
|
||||
APP_CONFIG_AUTH_TYPE="OAUTH"
|
||||
APP_CONFIG_OAUTH2_CLIENTID="alfresco"
|
||||
APP_CONFIG_OAUTH2_IMPLICIT_FLOW=true
|
||||
APP_CONFIG_OAUTH2_SILENT_LOGIN=true
|
||||
APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI="{protocol}//{hostname}{:port}/assets/silent-refresh.html"
|
||||
APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/
|
||||
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/
|
||||
# CONTENT - ALFRESCO OFFICE SERVICES PLUGIN RELATED
|
||||
APP_CONFIG_PLUGIN_AOS=true
|
||||
|
Reference in New Issue
Block a user