Fix Tube Archivist URL
This commit is contained in:
parent
d9866ddc41
commit
ef4eef1ffe
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ in
|
||||||
"HOST_GID" = "1000";
|
"HOST_GID" = "1000";
|
||||||
"HOST_UID" = "1000";
|
"HOST_UID" = "1000";
|
||||||
"REDIS_CON" = "redis://archivist-redis:6379";
|
"REDIS_CON" = "redis://archivist-redis:6379";
|
||||||
"TA_HOST" = "http://${cfg.url}";
|
"TA_HOST" = "https://${cfg.url}";
|
||||||
"TZ" = "Europe/London";
|
"TZ" = "Europe/London";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue