Skip to content

Commit 8b32a68

Browse files
fix(pg-manual): point PKG_URL at modern staging endpoint (#59)
Replace the legacy Radboud iHub PKG host (https://main.postguard.ihub.ru.nl/pkg) with the modern staging endpoint (https://pkg.staging.postguard.eu) so pg-manual matches pg-sveltekit, pg-node, and pg-dotnet, which all default to pkg.staging.postguard.eu. The /pkg path suffix is dropped because the staging host serves the PKG v2 API at the root. Closes #54 Co-authored-by: dobby-yivi-agent[bot] <275734547+dobby-yivi-agent[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3aea16e commit 8b32a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pg-manual/examples/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const KeySorts = {
88
Signing: 'sign/key',
99
}
1010

11-
export const PKG_URL = 'https://main.postguard.ihub.ru.nl/pkg'
11+
export const PKG_URL = 'https://pkg.staging.postguard.eu'
1212

1313
export async function fetchKey(
1414
sort,

0 commit comments

Comments
 (0)