mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-16 18:23:16 +00:00
feat: add goPro mode to backend
This commit is contained in:
@@ -59,7 +59,8 @@ its dependencies from `/opt/saxon/*`.
|
||||
|
||||
### Environment
|
||||
|
||||
The backend requires a PostgreSQL database and Firebase credentials for
|
||||
When `VITE_GO_PRO=true` the backend stores transformation history and
|
||||
requires a PostgreSQL database as well as Firebase credentials for
|
||||
authentication. Provide these via environment variables:
|
||||
|
||||
```bash
|
||||
@@ -70,6 +71,9 @@ export SAXON_CLASSPATH=/opt/saxon/*
|
||||
|
||||
The Firebase project ID is read from the credentials file.
|
||||
|
||||
If `VITE_GO_PRO` is not set or is `false` the backend skips database and
|
||||
Firebase initialization and only exposes the `/transform` endpoint.
|
||||
|
||||
### Makefile
|
||||
|
||||
Common tasks are defined in the provided `Makefile`.
|
||||
|
||||
Reference in New Issue
Block a user