diff options
| author | toufic ar <contact@toufy.me> | 2026-07-14 16:40:12 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-07-14 16:40:12 +0300 |
| commit | 4cb345933ff810aed0e458abba62f7035e0f46e1 (patch) | |
| tree | 45dd7475e13d7641d40f43677d468148fa4cd9e4 /adonis/autopush/default.nix | |
| parent | cfc4d5e4f10f55c6ae3ab1124c94e8ca2dc5db1e (diff) | |
| download | servers-4cb345933ff810aed0e458abba62f7035e0f46e1.tar.gz servers-4cb345933ff810aed0e458abba62f7035e0f46e1.zip | |
autopush: enable logs
Diffstat (limited to 'adonis/autopush/default.nix')
| -rw-r--r-- | adonis/autopush/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/adonis/autopush/default.nix b/adonis/autopush/default.nix index a527be9..77574ce 100644 --- a/adonis/autopush/default.nix +++ b/adonis/autopush/default.nix @@ -26,7 +26,7 @@ in { AUTOCONNECT__ENDPOINT_SCHEME = "https"; AUTOCONNECT__ENDPOINT_HOSTNAME = "updates.${domain}"; AUTOCONNECT__ENDPOINT_PORT = builtins.toString endpointPort; - AUTOCONNECT__ROUTER_HOSTNAME = "127.0.0.1"; + AUTOCONNECT__ROUTER_HOSTNAME = "localhost"; }; wantedBy = ["multi-user.target"]; serviceConfig = { @@ -40,6 +40,7 @@ in { AUTOEND__HOST = "127.0.0.1"; AUTOEND__PORT = builtins.toString port; AUTOEND__ENDPOINT_URL = "https://updates.${domain}"; + AUTOEND__HUMAN_LOGS = true; }; wantedBy = ["multi-user.target"]; serviceConfig = { |
