rename .env.testing to .env-example

This commit is contained in:
sengweitoo
2018-06-22 16:14:30 +08:00
parent 4acc51a9c9
commit 496ce622dd
+1 -1
View File
@@ -16,7 +16,7 @@ curl -sS https://getcomposer.org/installer | php
php composer.phar install
# Copy over testing configuration.
cp .env.testing .env
cp .env-example .env
# Install xdebug
pecl install xdebug && docker-php-ext-enable xdebug