diff --git a/AGENTS.md b/AGENTS.md index 830e743..4b7f1e6 100755 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,18 +10,18 @@ This document provides a comprehensive overview of the project architecture for **HTTPS URL with credentials:** ``` -https://zhipu:5LlnutmdsC2WirDwWgnZuRH7@gitea.tailf367e3.ts.net/Anexim/Mana-Loop.git +https://zhipu:tkF9HFgxL2k4cmT@gitea.tailf367e3.ts.net/Anexim/Mana-Loop.git ``` **Credentials:** -- **User:** zhipu -- **Email:** zhipu@local.local -- **Password:** 5LlnutmdsC2WirDwWgnZuRH7 +- **User:** n8n-gitea +- **Email:** n8n-gitea@anexim.local +- **Password:** tkF9HFgxL2k4cmT **To configure git:** ```bash -git config --global user.name "zhipu" -git config --global user.email "zhipu@local.local" +git config --global user.name "n8n-gitea" +git config --global user.email "n8n-gitea@anexim.local" ``` ---