mirror of
https://github.com/directus/directus.git
synced 2026-02-18 03:01:20 -05:00
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
PORT=3000
|
|
|
|
DB_CLIENT="pg"
|
|
DB_HOST="localhost"
|
|
DB_PORT=5432
|
|
DB_NAME="directus"
|
|
DB_USER="postgres"
|
|
DB_PASSWORD="psql1234"
|
|
|
|
EXTENSIONS_PATH="./extensions"
|