mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20: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 = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "git.hypervirtual.world";
|
DOMAIN = "git.hypervirtual.world";
|
||||||
ROOT_URL = "https://hypervirtual.world";
|
ROOT_URL = "https://git.hypervirtual.world";
|
||||||
HTTP_PORT = 3333;
|
HTTP_PORT = 3333;
|
||||||
};
|
};
|
||||||
actions = {
|
actions = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue