Fix target path for PartDB
This commit is contained in:
parent
a9ffc8311d
commit
ceefc75201
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
BIND_NETWORK = "tcp";
|
BIND_NETWORK = "tcp";
|
||||||
BIND = "127.0.0.1:8094";
|
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;
|
DIFFICULTY = 20;
|
||||||
SERVE_ROBOTS_TXT = true;
|
SERVE_ROBOTS_TXT = true;
|
||||||
WEBMASTER_EMAIL = "dtu.prg@gmail.com";
|
WEBMASTER_EMAIL = "dtu.prg@gmail.com";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue