Initial commit
This commit is contained in:
9
docs/migrations/postgresql.md
Normal file
9
docs/migrations/postgresql.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Use PostgreSQL with Barong
|
||||
|
||||
Barong supports PostgreSQL 13.0 and higher.
|
||||
To use PostgreSQL you need to set the following environment variables:
|
||||
|
||||
```bash
|
||||
export DATABASE_ADAPTER="postgresql"
|
||||
export DATABASE_PORT="5432"
|
||||
```
|
||||
Reference in New Issue
Block a user