Added APP_KEY
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
|||||||
- APP_DEBUG='false'
|
- APP_DEBUG='false'
|
||||||
- APP_URL='http://localhost:${WEB_PORT}'
|
- APP_URL='http://localhost:${WEB_PORT}'
|
||||||
- APP_CIPHER='AES-256-CBC'
|
- APP_CIPHER='AES-256-CBC'
|
||||||
|
- APP_KEY='${APP_KEY}'
|
||||||
- DB_TYPE='mysql'
|
- DB_TYPE='mysql'
|
||||||
- DB_STRICT='false'
|
- DB_STRICT='false'
|
||||||
- DB_HOST='mysql'
|
- DB_HOST='mysql'
|
||||||
@@ -39,6 +40,7 @@ services:
|
|||||||
- APP_DEBUG='false'
|
- APP_DEBUG='false'
|
||||||
- APP_URL='http://localhost:${WEB_PORT}'
|
- APP_URL='http://localhost:${WEB_PORT}'
|
||||||
- APP_CIPHER='AES-256-CBC'
|
- APP_CIPHER='AES-256-CBC'
|
||||||
|
- APP_KEY='${APP_KEY}'
|
||||||
- DB_TYPE='mysql'
|
- DB_TYPE='mysql'
|
||||||
- DB_STRICT='false'
|
- DB_STRICT='false'
|
||||||
- DB_HOST='mysql'
|
- DB_HOST='mysql'
|
||||||
|
|||||||
Reference in New Issue
Block a user