# 🔒 Moon-ERP KB — Secrets (LOCAL ONLY)

> This file is **gitignored — it is NEVER pushed**. It exists only on the server.
> The KB redacts secrets as `__SECRET_*__` placeholders; their real values are here.
> If you edit the KB, keep secrets OUT of the committed files — put them here only.

## Placeholder → real value
| Placeholder | Real value |
|---|---|
| `__SECRET_SERVER_IP__` | 151.80.18.217 |
| `__SECRET_ADMIN_EMAIL__` | admin@moonerp.com |
| `__SECRET_ADMIN_PW__` | password |
| `__SECRET_DEV_EMAIL__` | hazem@gt4it.com |
| `__SECRET_ELMADINA_ADMIN__` | admin@gt4.com |
| `__SECRET_EXTLAB_EMAIL__` | testlab@moonerp.com |
| `__SECRET_PASSWORD__` | 123456789  (shared dev password) |

## Other secrets (not in the KB body — keep here)
- moonui2 cPanel password (provided in chat — ROTATE): S@watime123456
- SSH reverse-tunnel: client PC user `hp`; reach via `ssh -4 -p 2222 hp@127.0.0.1`
- Dev DBs (NOT binlogged — never wipe): moonui_dev_be, moonui2_dev_be ; client live: elmadina_db ; binlogged: siam_erp
- GitHub PAT pasted in chat → DELETE/ROTATE at github.com/settings/tokens
