diff --git a/conf/application.conf.default b/conf/application.conf.default index f0d7897be..96d4055e6 100644 --- a/conf/application.conf.default +++ b/conf/application.conf.default @@ -143,7 +143,7 @@ application.notification.draft-time = 30s # Check for updates of Yobi at this interval if it is grater than 0. application.update.notification.interval = 1d # A url to the git repository for Yobi releases. -application.update.repositoryUrl = "https://github.com/naver/yobi" +application.update.repositoryUrl = "http://repo.yobi.io/naver/yobi" # A format to construct the url to latest Yobi release. "%s" is a format # specifier for Yobi version to download like "0.5.7". application.update.releaesUrlFormat = "https://github.com/naver/yobi/releases/tag/v%s"