Fix docs: eliminar localhost:8080, usar URL real del proyecto
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -59,8 +59,9 @@ return [
|
|||||||
El Docker debe estar corriendo. Hacer curl al endpoint del hook:
|
El Docker debe estar corriendo. Hacer curl al endpoint del hook:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl http://localhost:8080/hooks/example_hook/
|
curl {ACAI_WEB_URL}/hooks/example_hook/
|
||||||
```
|
```
|
||||||
|
(Use the project's actual URL, never localhost:8080)
|
||||||
|
|
||||||
No usar X-Hooks-Token en desarrollo local.
|
No usar X-Hooks-Token en desarrollo local.
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,10 @@ This is an Acai CMS website project. Follow these instructions when working with
|
|||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
- The site runs in Docker, typically at **http://localhost:8080**
|
- The site runs in Docker. The public URL is the project's domain (e.g. `https://username_domain.forge.acaisuite.com/`)
|
||||||
- You can make HTTP requests to test pages, APIs, or form submissions
|
- You can make HTTP requests to test pages, APIs, or form submissions using the project's public URL
|
||||||
- If you need to inspect the live site, use browser tools (Playwright MCP) or HTTP requests to localhost:8080
|
- If you need to inspect the live site, use browser tools (Playwright MCP) or HTTP requests to the project URL
|
||||||
|
- **NEVER use localhost:8080** — that does not resolve in this environment. Always use the project's actual URL.
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user