Fix apilytedev
This commit is contained in:
parent
a5bff82fb2
commit
4a1859a1f7
1 changed files with 4 additions and 1 deletions
|
@ -71,7 +71,10 @@ in {
|
||||||
group = user;
|
group = user;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.api-lyte-dev.environment.LOG_LEVEL = "debug";
|
systemd.services.api-lyte-dev.environment = {
|
||||||
|
RELEASE_HOST = "api.lyte.dev";
|
||||||
|
LOG_LEVEL = "debug";
|
||||||
|
};
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
defaultSopsFile = ../secrets/beefcake/secrets.yml;
|
defaultSopsFile = ../secrets/beefcake/secrets.yml;
|
||||||
|
|
Loading…
Reference in a new issue