mirror of https://github.com/akaunting/docker.git
Fix app installed variable should be set false
This commit is contained in:
parent
8081d1e3a4
commit
19b003584c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue