mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-04-23 22:30:24 +00:00
2f1a908fd55d034378b899cdc82830cafaef2cc7
* [AAE-7448] Automated C261136 * [AAE-7448] Revert unused changes * [AAE-7448] Automated C261137 * [AAE-7448] Automate C261138 * [AAE-7448] Automate C261139 * [AAE-7448] Automate C261150 * [AAE-7448] Automate C589205 * [AAAE-7448] Automate C261153 TBC * [AAE-7448] Automate C261147 * [AAE-7448] refactor * [AAE-7448] - remove unused method * remove randomness * sort wait in case spinner's missing + small fixes * adding types
Alfresco Content Application
Please refer to the Public documentation for more details
| branch | status |
|---|---|
| master | |
| develop |
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:
# 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
Description
Languages
TypeScript
92.2%
HTML
4.2%
SCSS
2.8%
JavaScript
0.6%
Shell
0.2%
