1
0
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:
2025-07-04 09:01:47 +02:00
parent d89bbdeb70
commit e4abd1e056
2 changed files with 78 additions and 63 deletions
+5 -1
View File
@@ -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`.