services: gitea: do not interpolate lone variable
This commit is contained in:
parent
d23423b92c
commit
0e86a8c2f1
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ in
|
|||
|
||||
appName = "Ambroisie's forge";
|
||||
httpPort = cfg.port;
|
||||
domain = "${giteaDomain}";
|
||||
domain = giteaDomain;
|
||||
rootUrl = "https://${giteaDomain}";
|
||||
|
||||
user = "git";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue