mirror of
https://github.com/directus/directus.git
synced 2026-02-10 19:35:04 -05:00
Setup .env example
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
PORT=3000
|
||||
|
||||
DB_CLIENT="pg"
|
||||
DB_HOST="localhost"
|
||||
DB_PORT=5432
|
||||
DB_NAME="directus"
|
||||
DB_USER="postgres"
|
||||
DB_PASSWORD="psql1234"
|
||||
Reference in New Issue
Block a user