Removed incorrect info about export

This commit is contained in:
Randy Blancett 2024-05-19 15:54:31 -04:00
parent aadcc0ad97
commit d686a6dd81

View File

@ -213,10 +213,6 @@ The front end is built using AngularJS. In order to get started, you need Node.j
By default, the development server is available on `http://localhost:4200/` and is configured to access the API at By default, the development server is available on `http://localhost:4200/` and is configured to access the API at
`http://localhost:8000/api/`, which is the default of the backend. If you enabled `DEBUG` on the back end, several security overrides for allowed hosts, CORS and X-Frame-Options are in place so that the front end behaves exactly as in production. `http://localhost:8000/api/`, which is the default of the backend. If you enabled `DEBUG` on the back end, several security overrides for allowed hosts, CORS and X-Frame-Options are in place so that the front end behaves exactly as in production.
!!! note
Enable `DEBUG` by setting your system variable `PAPERLESS_DEBUG` to **true** in linux `export PAPERLESS_DEBUG=true` prior to starting the backend server.
### Testing and code style ### Testing and code style
The front end code (.ts, .html, .scss) use `prettier` for code The front end code (.ts, .html, .scss) use `prettier` for code