[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:
parent
262f946111
commit
5a54aa9311
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,9 @@
|
||||
[submodule "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"]
|
||||
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"]
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user