diff --git a/.env.example b/.env.example new file mode 100644 index 000000000..35e6b1393 --- /dev/null +++ b/.env.example @@ -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 \ No newline at end of file