work-in-progress atproto PDS
typescript atproto pds atcute
at trunk 9 lines 275 B view raw
1// dev environment ports 2export const PLC_PORT = 2582; 3export const PDS_PORT = 2583; 4export const BSKY_PORT = 2584; 5 6// test credentials 7export const ADMIN_PASSWORD = 'admin-pass'; 8export const JWT_SECRET = 'jwt-secret'; 9export const EXAMPLE_LABELER = 'did:example:labeler';