1// dev environment ports
2exportconstPLC_PORT=2582;3exportconstPDS_PORT=2583;4exportconstBSKY_PORT=2584;56// test credentials
7exportconstADMIN_PASSWORD='admin-pass';8exportconstJWT_SECRET='jwt-secret';9exportconstEXAMPLE_LABELER='did:example:labeler';