Wiki page firefly3 changed with summary [[Configure .env] added mariadb database] by Daniel

This commit is contained in:
ORG-wiki 2023-03-04 20:38:22 +01:00
parent dfc06077bb
commit 6ff69eb986
1 changed files with 6 additions and 1 deletions

View File

@ -69,7 +69,7 @@ chmod -R 775 firefly-iii/storage
==== Configure .env ====
Check also [[/en/server/services/redis|redis]].
Check also [[/en/server/services/redis|redis]] and create a [[/en/server/services/mariadb#create_database|database]].
Just the important ones will be listed here. Change the rest to your needs:
@ -79,6 +79,11 @@ nano .env
<code>
TRUSTED_PROXIES=**
DB_CONNECTION=mysql
DB_DATABASE=firefly
DB_USERNAME=firefly
DB_PASSWORD=PASSWORD
DB_SOCKET=/run/mysqld/mysqld.sock
CACHE_DRIVER=redis
SESSION_DRIVER=redis
REDIS_SCHEME=unix