Files
wukuang/apps/lcdp/dev-tools/local-auth/config.example.json
T
2026-05-23 14:05:22 +08:00

14 lines
272 B
JSON

{
"defaultProfile": "dev-main",
"profiles": {
"dev-main": {
"userCode": "your-user-code",
"password": "your-encrypted-password"
},
"qa-backup": {
"userCode": "another-user-code",
"password": "another-encrypted-password"
}
}
}