move all from /api, turn this into backend only ( remove ejs )

This commit is contained in:
creations 2025-05-18 17:48:29 -04:00
parent 8a9499be85
commit 4936ff8978
Signed by: creations
GPG key ID: 8F553AA4320FC711
24 changed files with 14 additions and 98 deletions

View file

@ -5,6 +5,7 @@ PORT=9090
# Replace with your domain name or IP address
# If you are using a reverse proxy, set the FQDN to your domain name
FQDN=localhost:9090
FRONTEND_URL=http://localhost:8080
PGHOST=localhost
PGPORT=5432