fix undefined variables domain
This commit is contained in:
parent
52ef0cdc99
commit
ab57339d71
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ in
|
||||||
SSH_DOMAIN = DOMAIN;
|
SSH_DOMAIN = DOMAIN;
|
||||||
START_SSH_SERVER = giteaSshPort != 22;
|
START_SSH_SERVER = giteaSshPort != 22;
|
||||||
SSH_PORT = giteaSshPort;
|
SSH_PORT = giteaSshPort;
|
||||||
ROOT_URL = "https://${domain}/";
|
ROOT_URL = "https://${DOMAIN}/";
|
||||||
HTTP_PORT = 3003;
|
HTTP_PORT = 3003;
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue