diff options
| author | toufic ar <contact@toufy.me> | 2026-07-11 16:50:47 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-07-11 16:50:47 +0300 |
| commit | e24816af46d4a3d80cc32730164b4c0ebd7c35ac (patch) | |
| tree | 588d26fc4e7d53123d30357450013e4cae266b3f | |
| parent | 627971135bc4d8bb54284856be8c5e026e7933b8 (diff) | |
| download | servers-e24816af46d4a3d80cc32730164b4c0ebd7c35ac.tar.gz servers-e24816af46d4a3d80cc32730164b4c0ebd7c35ac.zip | |
change autoendpoint port
| -rw-r--r-- | adonis/autopush/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adonis/autopush/default.nix b/adonis/autopush/default.nix index a142631..525eb07 100644 --- a/adonis/autopush/default.nix +++ b/adonis/autopush/default.nix @@ -4,7 +4,7 @@ ... }: let domain = "push.${config.customOps.domain.fqdn}"; - port = 2586; + port = 8082; redisPort = 6369; endpointPort = 443; autopush = pkgs.autopush-rs; |
