Fix app installed variable should be set false

This commit is contained in:
Sevan Nerse 2023-11-16 15:46:58 +03:00
parent 8081d1e3a4
commit 19b003584c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
APP_NAME=Akaunting APP_NAME=Akaunting
APP_ENV=production APP_ENV=production
APP_LOCALE=en-US APP_LOCALE=en-US
APP_INSTALLED=true APP_INSTALLED=false
APP_DEBUG=false APP_DEBUG=false
DB_CONNECTION=mysql DB_CONNECTION=mysql