39 Commits

Author SHA1 Message Date
Taylor Otwell
87667b25ae update env variable stubs 2018-12-18 09:09:55 -06:00
Taylor Otwell
c30adc88c1 adjust variable name 2018-03-13 13:38:47 -05:00
Taylor Otwell
b78f5bd6e9 change env example 2018-01-26 14:42:08 -06:00
Taylor Otwell
2db1e0c5e8 add mix keys to example 2018-01-26 09:51:03 -06:00
Taylor Otwell
acabdff2e3 update log configuration file 2018-01-04 15:28:26 -06:00
Taylor Otwell
a32af97ede
Update .env.example 2017-12-24 08:11:41 -06:00
Mohamed Said
84b126d90d include cluster in pusher config 2017-12-24 13:22:35 +02:00
Caleb Porzio
084f100045 Load config.session.lifetime from env file 2017-10-04 09:52:03 -04:00
Matthew Davis
323e553f33 Make app name configurable in environment file 2017-04-03 20:07:41 +01:00
Ben Sampson
01fa7e37db Mailtrap now reference smtp. for their host value. 2017-03-17 16:18:18 +00:00
Theo Kouzelis
1a5f5c6159 [5.4] Change PUSHER enviroment variable names 2017-01-18 20:56:57 +00:00
Taylor Otwell
7b3e884757 Revert "[5.4] Change PUSHER enviroment variable names" 2017-01-04 15:39:53 -06:00
Theo Kouzelis
de750d9ffb Change PUSHER enviroment variable names
pusher.com's copy and paste .env snippet uses enviroment variables that
all start with "PUSHER_APP". This commit brings the config files in line
with pusher.com
2017-01-04 00:29:19 +00:00
Роман Сохарев
9c7fad23e7 Change .env PUSHER_* params order
jsut same order ![](http://dl2.joxi.net/drive/2016/08/25/0005/0117/381045/45/81e6171678.jpg)
2016-08-25 05:57:45 +07:00
Taylor Otwell
268953862f fix order 2016-08-19 16:24:19 -05:00
Frank Sepulveda
8998cf5533 Add BROADCAST_DRIVER on .env
Having pusher keys, the file should contain the key for the broadcast also.
2016-08-19 10:42:01 -07:00
Taylor Otwell
ffd7ad912e Revert recent changes to env file. 2016-08-19 07:20:12 -05:00
Taylor Otwell
655dbadd1e tweaking default setup 2016-08-11 14:47:29 -05:00
Taylor Otwell
196c267562 resolve conflicts and clean up file 2016-08-04 08:21:57 -05:00
Phil Bates
bcf3935071 Wrap .env.example variable values in quotes
When the developer copies .env.example to .env they are unlikely to
add quotes to the values in .env. When the developer needs to
set the value of an environment variable to a value containing a
space, as none of the existing values in .env are quoted, the
developer is unlikely to wrap this new value with spaces in quotes.
This will result in an error, as The vlucas/phpdotenv library throws
an error when setting an environment variable to a value with a space.

Quote all default environment variables by default, reducing the
likelihood of the developer ever receiving the error relating to
environment variables needing to be quoted when they contain spaces.

This excludes true, null etc. even though wrapping them in quotes
would still result in the desired behaviour, as it is more intuitive
to see these special types not wrapped in quotes.

The current default values in .env.example don't contain any spaces,
so this commit will make no difference out of the box; its only
purpose is to help out the developer further down the line on the day
when they need to set an environment variable to a value containing
spaces.

Also, the vlucas/phpdotenv library docs currently uses quoted
variables in every example, so quoting .env.example's values will lead
to more consistency with those docs. This will likely stop any
confusion for the developer when reading the vlucas/phpdotenv docs.

See laravel/framework#14586, laravel/docs#2223
2016-08-02 13:55:08 +01:00
crynobone
007c0190a3 [5.2] Remove default APP_KEY value
Signed-off-by: crynobone <crynobone@gmail.com>
2016-08-02 08:09:41 +08:00
Taylor Otwell
767801a317 working on formatting 2016-06-04 09:37:32 -05:00
Michael Dyrynda
7259c265e6 Add application log level configuration
This config option ties in with changes in fbd6e77 that were tagged in
v5.2.35 of the framework.
2016-06-04 09:58:04 +09:30
Michael Burton
fb0f915d4b Update .env.example
add DB_CONNECTION as env variable - it is already checked for in config/database.php
2016-03-25 11:53:57 +00:00
TGM
9fc55e8464 Added DB_PORT as a default enviroment variable 2016-03-01 14:29:05 +02:00
Aden Fraser
278c41887c APP_URL added to Environment Configuration 2016-02-17 23:29:24 +00:00
jspringe
2b1cc83171 Changed localhost to 127.0.0.1 2016-01-28 13:42:43 -05:00
Taylor Otwell
4fba29c0ec fix problems 2015-12-07 12:03:49 -06:00
Cory Fowler
a33c66cf47 changed redis support to load config from env 2015-12-01 14:15:22 -08:00
Jonathan Torres
fef3aa0709 Newline. 2015-07-17 23:27:24 +00:00
Sinan Eldem
fad5c6ee9b support for unencrypted mail server usage like mailcatcher.me 2015-03-04 11:26:14 +02:00
Mark Redeman
43f66d5976 Added QUEUE_DRIVER to .env.example 2015-03-01 19:31:33 +01:00
Taylor Otwell
8e15c7f73e A few tweaks to mail config. 2015-02-22 19:48:52 -06:00
Martin Bean
4310e0b3ea Made mail config values configurable by .env file. 2015-02-17 22:59:32 +00:00
Taylor Otwell
78b9b7d9b9 Use string "true". 2014-12-15 13:07:32 -06:00
Taylor Otwell
7a8b2256a3 Update value. 2014-12-15 08:49:07 -06:00
Taylor Otwell
92f1d87605 Cleaning up a few things. 2014-12-05 16:25:46 -06:00
Taylor Otwell
9309699de1 Tweaking setup. 2014-12-04 21:13:15 -06:00
Taylor Otwell
e16868571b Add example configuration file. 2014-10-08 17:15:40 -05:00