newsbot-js: use go.r as default shortener
This commit is contained in:
parent
0cd3e8771b
commit
4f5cc27626
|
@ -48,7 +48,7 @@ let
|
|||
};
|
||||
urlShortenerHost = mkOption {
|
||||
type = types.str;
|
||||
default = "go";
|
||||
default = "go.r";
|
||||
description = "what server to use for url shortening, host";
|
||||
};
|
||||
urlShortenerPort = mkOption {
|
||||
|
|
Loading…
Reference in a new issue