File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
APP_ENV = production
2
2
APP_DEBUG = false
3
3
APP_URL = http://localhost
4
+
5
+ APP_LOCALE = en
6
+ APP_FALLBACK_LOCALE = en
7
+ APP_FAKER_LOCALE = en_US
8
+
9
+ APP_MAINTENANCE_DRIVER = file
10
+ APP_MAINTENANCE_STORE = database
11
+
12
+ BCRYPT_ROUNDS = 12
4
13
APP_TIMEZONE = UTC
5
14
APP_KEY =
6
15
DEBUGBAR_ENABLED = false
@@ -14,7 +23,7 @@ DB_PASSWORD=secret
14
23
DB_PORT = null
15
24
DB_PREFIX = null
16
25
17
- CACHE_DRIVER = file
26
+ CACHE_STORE = file
18
27
SESSION_DRIVER = file
19
28
QUEUE_DRIVER = sync
20
29
@@ -42,3 +51,6 @@ NEXMO_SECRET=null
42
51
NEXMO_SMS_FROM = Cachet
43
52
44
53
TRUSTED_PROXIES =
54
+ LOG_STACK = singleSESSION_ENCRYPT=false
55
+ SESSION_PATH = /
56
+ SESSION_DOMAIN = null
Original file line number Diff line number Diff line change 16
16
'connections ' => [
17
17
'mysql ' => [
18
18
'driver ' => 'mysql ' ,
19
- 'url ' => env ('DATABASE_URL ' ),
19
+ 'url ' => env ('DB_URL ' ),
20
20
'host ' => env ('DB_HOST ' , '127.0.0.1 ' ),
21
21
'port ' => env ('DB_PORT ' , '3306 ' ),
22
22
'database ' => env ('DB_DATABASE ' , 'forge ' ),
Original file line number Diff line number Diff line change 20
20
<php >
21
21
<env name =" APP_ENV" value =" testing" />
22
22
<env name =" BCRYPT_ROUNDS" value =" 4" />
23
- <env name =" CACHE_DRIVER " value =" array" />
23
+ <env name =" CACHE_STORE " value =" array" />
24
24
<!-- <env name="DB_CONNECTION" value="sqlite"/> -->
25
25
<!-- <env name="DB_DATABASE" value=":memory:"/> -->
26
26
<env name =" MAIL_MAILER" value =" array" />
You can’t perform that action at this time.
0 commit comments