Files
PANEL_BASES_ANEXO24/.claude/settings.local.json
AlexeerCT 7f9d502cb1
Some checks failed
Aduanasoft/PANEL_BASES_ANEXO24/pipeline/head There was a failure building this commit
feat(env): update environment configuration and add SQL Server password handling (#15)
- Added new environment variables for deduplication and SQL Server password encryption.
- Updated docker-compose files to include SECRET_KEY and ENCRYPTION_KEY for compatibility with a24c.
- Enhanced the navigation structure to reflect changes in admin-only views and report access.
- Introduced new functions for handling SQL Server connections and database management, including parsing server addresses and listing user databases.

This update improves security and functionality related to database management and user access control.

Reviewed-on: #15
Co-authored-by: AlexeerCT <acazares@aduanasoft.com.mx>
Co-committed-by: AlexeerCT <acazares@aduanasoft.com.mx>
2026-07-06 17:00:49 +00:00

21 lines
927 B
JSON

{
"permissions": {
"allow": [
"Bash(xargs ls:*)",
"Bash(npm install:*)",
"Bash(node -e \"require\\(''''c:/CPANEL/PANEL_BASES_ANEXO24/node_modules/exceljs''''\\)\")",
"Bash(docker-compose up:*)",
"Bash(npx svelte-check *)",
"Bash(grep -rnE \"SERVER=|Server=|,{port}|:{port}|adjust_server_for_docker|conn_str|connection_string|pyodbc.connect|DRIVER=\" backend/api/v1/modules/scaii/contribuyente_legacy/service.py)",
"Bash(node_modules/.bin/vitest run *)",
"Bash(npm run *)",
"Bash(npx vitest *)",
"Bash(xargs -I{} sh -c 'echo \"--- {} ---\"; head -25 {}')",
"Bash(node -e \"require\\('archiver'\\)\")",
"Bash(node -e \"console.log\\(require\\('@types/archiver/package.json'\\).version\\)\")",
"Bash(grep -vE \"checkOrigin|deprecated|^$|svelte-kit sync|> \")",
"Bash(grep -vE \"checkOrigin|deprecated|^$|svelte-kit sync|^> \")"
]
}
}