mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some debug vars in logs.
This commit is contained in:
parent
450433f12e
commit
df649c5871
@ -125,5 +125,12 @@ chown -R www-data:www-data -R $FIREFLY_PATH
|
||||
|
||||
php artisan firefly:instructions install
|
||||
|
||||
echo "DKR_CHECK_SQLITE '$DKR_CHECK_SQLITE'"
|
||||
echo "DKR_RUN_MIGRATION '$DKR_RUN_MIGRATION'"
|
||||
echo "DKR_RUN_UPGRADE '$DKR_RUN_UPGRADE'"
|
||||
echo "DKR_RUN_VERIFY '$DKR_RUN_VERIFY'"
|
||||
echo "DKR_RUN_REPORT '$DKR_RUN_REPORT'"
|
||||
echo "DKR_RUN_PASSPORT_INSTALL '$DKR_RUN_PASSPORT_INSTALL'"
|
||||
|
||||
echo "Go!"
|
||||
exec apache2-foreground
|
||||
|
@ -65,7 +65,7 @@ REDIS_HOST=127.0.0.1
|
||||
REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
REDIS_DB="0" # always use quotes
|
||||
|
||||
REDIS_CACHE_DB="1"
|
||||
# You can configure another file storage backend if you cannot use the local storage option.
|
||||
# To set this up, fill in the following variables. The upload path is used to store uploaded
|
||||
# files and the export path is to store exported data (before download).
|
||||
|
Loading…
Reference in New Issue
Block a user