mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/nixos/think-backend-gtcm.nix
This commit is contained in:
2025-11-27 16:12:51 +07:00
parent 4c7c63b49a
commit 6ec0435531
3 changed files with 20 additions and 17 deletions

View File

@@ -100,26 +100,11 @@ in
services.think-greaterchiangmai = {
enable = true;
domain = "think.wegetthingsmade.com";
settings = {
APP_SERVICES_CACHE = "/run/think-gtcm/cache/services.php";
APP_PACKAGES_CACHE = "/run/think-gtcm/cache/packages.php";
APP_CONFIG_CACHE = "/run/think-gtcm/cache/config.php";
APP_ROUTES_CACHE = "/run/think-gtcm/cache/routes-v7.php";
APP_EVENTS_CACHE = "/run/think-gtcm/cache/events.php";
}
// commonSettings;
settings = commonSettings;
};
services.think-backend-greaterchiangmai = {
enable = true;
domain = "think-backend.wegetthingsmade.com";
settings = {
APP_SERVICES_CACHE = "/run/think-backend-gtcm/cache/services.php";
APP_PACKAGES_CACHE = "/run/think-backend-gtcm/cache/packages.php";
APP_CONFIG_CACHE = "/run/think-backend-gtcm/cache/config.php";
APP_ROUTES_CACHE = "/run/think-backend-gtcm/cache/routes-v7.php";
APP_EVENTS_CACHE = "/run/think-backend-gtcm/cache/events.php";
}
// commonSettings;
settings = commonSettings;
};
}