From d4caddcaeda92aa4639d2cc26254d4a9bfab2b36 Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Thu, 25 May 2017 09:56:14 +0800 Subject: [PATCH] move default config DATA_SAVE_PATH from /tmp to ~/.laradocc/data avoid lost data and windows no have /tmp folder. --- env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-example b/env-example index 7397b6d..0573155 100644 --- a/env-example +++ b/env-example @@ -10,7 +10,7 @@ APPLICATION=../ ### Data Path: # For all storage systems. -DATA_SAVE_PATH=/tmp +DATA_SAVE_PATH=~/laradock/data ### PHP version # Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM)