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