mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
(bug): fixed root url
This commit is contained in:
parent
0e7a614f10
commit
86dbc6e3c4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.hypervirtual.world";
|
||||
ROOT_URL = "https://hypervirtual.world";
|
||||
ROOT_URL = "https://git.hypervirtual.world";
|
||||
HTTP_PORT = 3333;
|
||||
};
|
||||
actions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue