move default config DATA_SAVE_PATH from /tmp to ~/.laradocc/data
avoid lost data and windows no have /tmp folder.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user