Revert changes.
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m26s
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m26s
This commit is contained in:
parent
b7264e0524
commit
0ebf6007b7
1 changed files with 1 additions and 5 deletions
|
|
@ -64,7 +64,7 @@ in {
|
|||
PUBLIC_URL = "https://anubis.prg-radio.org";
|
||||
|
||||
# Cookie domain for proper scoping (leading dot for all subdomains)
|
||||
COOKIE_DOMAIN = "prg-radio.org";
|
||||
COOKIE_DOMAIN = ".prg-radio.org";
|
||||
|
||||
# Difficulty level
|
||||
DIFFICULTY = 7;
|
||||
|
|
@ -91,11 +91,9 @@ in {
|
|||
TARGET = "http://10.1.1.4:3000"; # Forgejo backend
|
||||
DIFFICULTY = 20;
|
||||
SERVE_ROBOTS_TXT = true;
|
||||
COOKIE_DOMAIN = "git.prg-radio.org";
|
||||
WEBMASTER_EMAIL = "dtu.prg@gmail.com";
|
||||
METRICS_BIND_NETWORK = "tcp";
|
||||
METRICS_BIND = "127.0.0.1:8095";
|
||||
ED25519_PRIVATE_KEY_HEX_FILE = "/etc/anubis/sign-key.hex";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -127,8 +125,6 @@ in {
|
|||
WEBMASTER_EMAIL = "dtu.prg@gmail.com";
|
||||
METRICS_BIND_NETWORK = "tcp";
|
||||
METRICS_BIND = "127.0.0.1:8097";
|
||||
COOKIE_DOMAIN = "partdb.prg-radio.org";
|
||||
ED25519_PRIVATE_KEY_HEX_FILE = "/etc/anubis/sign-key.hex";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue