parent
ba8d45814b
commit
af2a46c0c7
|
@ -292,8 +292,7 @@ in {
|
||||||
PICTRS__MEDIA__GIF__MAX_HEIGHT = "256";
|
PICTRS__MEDIA__GIF__MAX_HEIGHT = "256";
|
||||||
PICTRS__MEDIA__GIF__MAX_AREA = "65536";
|
PICTRS__MEDIA__GIF__MAX_AREA = "65536";
|
||||||
PICTRS__MEDIA__GIF__MAX_FRAME_COUNT = "400";
|
PICTRS__MEDIA__GIF__MAX_FRAME_COUNT = "400";
|
||||||
RUST_LOG = "debug";
|
RUST_LOG = "error";
|
||||||
RUST_BACKTRACE = "full";
|
|
||||||
PICTRS__API_KEY = pictrsApiKey;
|
PICTRS__API_KEY = pictrsApiKey;
|
||||||
};
|
};
|
||||||
target-file = "/run/lemmy/pictrs.env";
|
target-file = "/run/lemmy/pictrs.env";
|
||||||
|
@ -307,10 +306,7 @@ in {
|
||||||
target-file = "/run/lemmy/postgres.env";
|
target-file = "/run/lemmy/postgres.env";
|
||||||
};
|
};
|
||||||
lemmyEnv = {
|
lemmyEnv = {
|
||||||
source-file = makeEnvFile {
|
source-file = makeEnvFile { RUST_LOG = "error"; };
|
||||||
RUST_LOG = "warn";
|
|
||||||
RUST_BACKTRACE = "full";
|
|
||||||
};
|
|
||||||
target-file = "/run/lemmy/lemmy.env";
|
target-file = "/run/lemmy/lemmy.env";
|
||||||
};
|
};
|
||||||
lemmyUiEnv = {
|
lemmyUiEnv = {
|
||||||
|
|
Loading…
Reference in New Issue