Initial commit
This commit is contained in:
9
docs/databases/postgresql.md
Normal file
9
docs/databases/postgresql.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## How to use Peatio with PostgreSQL
|
||||
|
||||
Export the following variables:
|
||||
|
||||
```bash
|
||||
export DATABASE_ADAPTER="postgresql"
|
||||
export DATABASE_PORT="5432"
|
||||
export DATABASE_COLLATION=""
|
||||
```
|
||||
Reference in New Issue
Block a user