From c337b8b094e1e92fa54bafadfbe7bf5002eb6346 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Thu, 23 Jul 2020 10:05:59 -0400 Subject: [PATCH] Update example names --- example.env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index 5be7b08c26..f63425d2f5 100644 --- a/example.env +++ b/example.env @@ -11,10 +11,13 @@ DB_CLIENT="pg" DB_HOST="localhost" DB_PORT=5432 -DB_NAME="directus" +DB_DATABASE="directus" DB_USER="postgres" DB_PASSWORD="psql1234" +# SQLite: +# DB_FILENAME="./data.db" + #################################################################################################### # File Storage