Commit d4caddca authored by Shao Yu Lung's avatar Shao Yu Lung

move default config DATA_SAVE_PATH from /tmp to ~/.laradocc/data

avoid lost data and windows no have /tmp folder.
parent 8d7b3a84
...@@ -10,7 +10,7 @@ APPLICATION=../ ...@@ -10,7 +10,7 @@ APPLICATION=../
### Data Path: ### Data Path:
# For all storage systems. # For all storage systems.
DATA_SAVE_PATH=/tmp DATA_SAVE_PATH=~/laradock/data
### PHP version ### PHP version
# Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM) # Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment