enc.example file added
This commit is contained in:
parent
b99427f502
commit
00da7103d7
30
.env.example
Normal file
30
.env.example
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
APP_NAME=Akaunting
|
||||||
|
APP_ENV=production
|
||||||
|
APP_LOCALE=en-GB
|
||||||
|
APP_INSTALLED=false
|
||||||
|
APP_KEY=
|
||||||
|
APP_DEBUG=true
|
||||||
|
APP_LOG_LEVEL=debug
|
||||||
|
APP_SCHEDULE_TIME="09:00"
|
||||||
|
|
||||||
|
DB_CONNECTION=mysql
|
||||||
|
DB_HOST=localhost
|
||||||
|
DB_PORT=3306
|
||||||
|
DB_DATABASE=
|
||||||
|
DB_USERNAME=
|
||||||
|
DB_PASSWORD=
|
||||||
|
DB_PREFIX=
|
||||||
|
|
||||||
|
BROADCAST_DRIVER=log
|
||||||
|
CACHE_DRIVER=file
|
||||||
|
SESSION_DRIVER=file
|
||||||
|
QUEUE_DRIVER=database
|
||||||
|
|
||||||
|
MAIL_DRIVER=mail
|
||||||
|
MAIL_HOST=localhost
|
||||||
|
MAIL_PORT=2525
|
||||||
|
MAIL_USERNAME=null
|
||||||
|
MAIL_PASSWORD=null
|
||||||
|
MAIL_ENCRYPTION=null
|
||||||
|
MAIL_FROM_NAME=null
|
||||||
|
MAIL_FROM_ADDRESS=null
|
Loading…
x
Reference in New Issue
Block a user