From dfe099f9c6decee75ff85e3500cc254e714abcda Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 21 Jun 2020 14:16:23 +0200 Subject: [PATCH] Emergency fix for #3479 --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index c1a0314177..2a7503d5cd 100644 --- a/.env.example +++ b/.env.example @@ -58,9 +58,9 @@ APP_LOG_LEVEL=notice # For other database types, please see the FAQ: https://docs.firefly-iii.org/support/faq # If you use Docker or similar, you can set these variables from a file by appending them with _FILE # Use "mysql" for MySQL and MariaDB. Use "sqlite" for SQLite. -DB_CONNECTION=mysql +DB_CONNECTION=pgsql DB_HOST=fireflyiiidb -DB_PORT=3306 +DB_PORT=5432 DB_DATABASE=firefly DB_USERNAME=firefly DB_PASSWORD=secret_firefly_password