Update VIEW_COMPILED_PATH with default value in .env.example

This commit is contained in:
DariusIII
2018-12-19 19:44:14 +01:00
parent 12a7c00147
commit 9e492e04ee
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -118,5 +118,5 @@ TMDB_LOG=false
TEMP_UNRAR_PATH=
VIEW_COMPILED_PATH=
VIEW_COMPILED_PATH=/var/www/NNTmux/storage/framework/views
ASSET_URL=
+1
View File
@@ -1,4 +1,5 @@
2018-12-19 DariusIII
* Chg: Update VIEW_COMPILED_PATH with default value in .env.example
* Chg: Force migration if NNTmux application is in production when updating database
* Chg: Add migrations_table.sql so users that are patched run it and be able to use laravel's migrate method from now on
* Chg: Update TmuxOutput class