Fix target path for PartDB

This commit is contained in:
Root User 2026-02-13 23:06:31 +01:00
parent a9ffc8311d
commit ceefc75201
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -118,7 +118,7 @@ in {
settings = {
BIND_NETWORK = "tcp";
BIND = "127.0.0.1:8094";
TARGET = "http://10.1.1.249:8087"; # PartDB backend
TARGET = "http://10.1.1.249:8087/en/"; # PartDB backend
DIFFICULTY = 20;
SERVE_ROBOTS_TXT = true;
WEBMASTER_EMAIL = "dtu.prg@gmail.com";