Env vars must be str, I guess
This commit is contained in:
parent
e6352d0c07
commit
5b052ab9ec
|
@ -241,7 +241,7 @@ in {
|
|||
environment = {
|
||||
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
|
||||
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;
|
||||
LEMMY_UI_HTTPS = true;
|
||||
LEMMY_UI_HTTPS = "false";
|
||||
PICTRS_OPENTELEMETRY_URL = "http://otel:4137";
|
||||
RUST_LOG = "debug";
|
||||
RUST_BACKTRACE = "full";
|
||||
|
|
Loading…
Reference in New Issue