created an own variable for domain gitea
This commit is contained in:
parent
b3306647c9
commit
8c84170ca2
43 changed files with 57 additions and 57 deletions
|
|
@ -25,8 +25,8 @@ gitea:
|
|||
queue:
|
||||
TYPE: level
|
||||
server:
|
||||
DOMAIN: 'gitea.{{{ .Env.DOMAIN }}}'
|
||||
ROOT_URL: 'https://gitea.{{{ .Env.DOMAIN }}}:443'
|
||||
DOMAIN: '{{{ .Env.DOMAIN_GITEA }}}'
|
||||
ROOT_URL: 'https://{{{ .Env.DOMAIN_GITEA }}}:443'
|
||||
|
||||
service:
|
||||
ssh:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue