Files
tfnodejscrud/README.md
T

16 lines
454 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Node.js CRUD
Express + PostgreSQL. Таблица `crud_items`, общая с Lucee/Flask.
## Переменные окружения
| Переменная | По умолчанию |
|-------------|---------------|
| `PGHOST` | `127.0.0.1` |
| `PGPORT` | `5432` |
| `PGDATABASE`| `postgres` |
| `PGUSER` | `postgres` |
| `PGPASSWORD`| (пусто) |
| `TABLE_NAME`| `crud_items` |
| `PORT` | `3000` |