mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-3342] Rename API_HOST to API_CONTENT_HOST (#1475)
* Rename API_HOST to API_CONTENT_HOST * Use the right property called API_CONTENT_HOST * Replace missing keys
This commit is contained in:
@@ -32,7 +32,7 @@ The application runs at port `4200` by default, and should automatically open in
|
||||
You might need to set some environment variables to be able to run the local dev server. In the project's root folder, create a `.env` file (this is gitignored) with the following data:
|
||||
|
||||
```bash
|
||||
API_HOST_CONTENT="http://your-url-here"
|
||||
API_CONTENT_HOST="http://your-url-here"
|
||||
```
|
||||
|
||||
## Proxy settings
|
||||
|
Reference in New Issue
Block a user