[erp-transportistas] chore: Normalize submodule URLs to SSH protocol

Change HTTP URLs (72.60.226.4:3000) to SSH (gitea-server) for consistency
with other ERP projects. Resolves INC-002 from TASK-2026-02-02.

Changes:
- backend: http → git@gitea-server
- frontend: http → git@gitea-server
- database: http → git@gitea-server

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adrian Flores Cortes 2026-02-02 16:20:21 -06:00
parent 262f946111
commit 5a54aa9311

6
.gitmodules vendored
View File

@ -1,9 +1,9 @@
[submodule "backend"] [submodule "backend"]
path = backend path = backend
url = http://72.60.226.4:3000/rckrdmrd/erp-transportistas-backend-v2.git url = git@gitea-server:rckrdmrd/erp-transportistas-backend-v2.git
[submodule "frontend"] [submodule "frontend"]
path = frontend path = frontend
url = http://72.60.226.4:3000/rckrdmrd/erp-transportistas-frontend-v2.git url = git@gitea-server:rckrdmrd/erp-transportistas-frontend-v2.git
[submodule "database"] [submodule "database"]
path = database path = database
url = http://72.60.226.4:3000/rckrdmrd/erp-transportistas-database-v2.git url = git@gitea-server:rckrdmrd/erp-transportistas-database-v2.git