Skip to content

Commit 6797637

Browse files
committed
Change API Cache servers urls
1 parent 47ba40a commit 6797637

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Assets/PatchKit Patcher/Resources/PatchKit Settings.asset

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ MonoBehaviour:
1414
MainApiConnectionSettings:
1515
MainServer: api.patchkit.net
1616
CacheServers:
17-
- api-cache-node-1.patchkit.net:43230
18-
- api-cache-node-2.patchkit.net:43230
19-
- api-cache-node-3.patchkit.net:43230
17+
- api-cache-1.patchkit.net:80
18+
- api-cache-2.patchkit.net:80
19+
- api-cache-3.patchkit.net:80
2020
Timeout: 5000
2121
KeysApiConnectionSettings:
2222
MainServer: keys.patchkit.net:43240

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Unreleased]
8+
### Changed
9+
- API Cache servers urls
10+
711
## [3.1.3]
812
### Added
913
- Add miliseconds information to log date and time

0 commit comments

Comments
 (0)