mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Emergency fix for #3479
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user