add data save path(mysql/redis/memcached..)

This commit is contained in:
wxb
2017-04-16 19:08:03 +08:00
parent efc23a693d
commit 3a8bd8a015
2 changed files with 16 additions and 13 deletions

View File

@ -2,6 +2,9 @@
# Point to your application code, wish should be available at `/var/www`
APPLICATION=../
### Save Data Path (mysql redis mongo...)
DATA_SAVE_PATH=../data
### PHP version (Does not apply for HHVM)
# PHP_VERSION=56
PHP_VERSION=70