add .env.example
This commit is contained in:
parent
dcbb4f4865
commit
f3aaab2072
34
.env.example
Normal file
34
.env.example
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
APP_NAME=Akaunting
|
||||||
|
APP_ENV=production
|
||||||
|
APP_LOCALE=en-GB
|
||||||
|
APP_INSTALLED=false
|
||||||
|
APP_KEY=
|
||||||
|
APP_DEBUG=true
|
||||||
|
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_CONNECTION=sync
|
||||||
|
LOG_CHANNEL=stack
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
FIREWALL_ENABLED=false
|
||||||
|
|
||||||
|
MODEL_CACHE_ENABLED=false
|
Loading…
x
Reference in New Issue
Block a user