Files
Dena/docs/databases/postgresql.md
2026-08-13 19:50:53 +03:30

10 lines
177 B
Markdown

## How to use Peatio with PostgreSQL
Export the following variables:
```bash
export DATABASE_ADAPTER="postgresql"
export DATABASE_PORT="5432"
export DATABASE_COLLATION=""
```