Use dist env file by default

This commit is contained in:
Mateusz Zalewski
2018-09-20 11:52:20 +02:00
parent 291530353b
commit de853c0fe3
3 changed files with 36 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ ensures that application behaviour will not be affected by stateful services.
```
FriendsOfBehat\SymfonyExtension:
# .env.dist file will be used if .env file does not exist
env_file: .env
kernel:
class: 'MyTrip\Kernel'