Nevermind, it's working
This commit is contained in:
parent
ac613db984
commit
ba8d45814b
|
@ -317,7 +317,7 @@ in {
|
||||||
source-file = makeEnvFile {
|
source-file = makeEnvFile {
|
||||||
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
|
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
|
||||||
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;
|
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;
|
||||||
LEMMY_UI_HTTPS = 1;
|
LEMMY_UI_HTTPS = 0;
|
||||||
};
|
};
|
||||||
target-file = "/run/lemmy/lemmy-ui.env";
|
target-file = "/run/lemmy/lemmy-ui.env";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue