chore: update default account and add example data
CRM CI / build (push) Waiting to run

- Update default login email to xinmi@local.com
- Update default password to 12345678 (and bcrypt hash in crm.sql)
- Add example customers, products, and contracts to init SQL
- Fix Docker env interpolation for VITE_API_BASE_URL
- Hardcode local backend API URL in frontend .env files
- Update README and docs to reflect new default credentials
This commit is contained in:
yi
2026-06-09 19:14:10 +08:00
parent a205a7a49d
commit c8e607c91c
23 changed files with 60 additions and 89 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ DB_PASSWORD=lingxi_crm_pass
DB_ROOT_PASSWORD=lingxi_crm_root_pass
# Backend config
API_BASE_URL=http://localhost:${SERVER_PORT}/api
API_BASE_URL=http://localhost:11001/api