From 007ac5a103587eab8d614e8dad2a72b579b9c144 Mon Sep 17 00:00:00 2001 From: MGatner Date: Wed, 20 Feb 2019 11:56:46 -0500 Subject: [PATCH] Remove reference to Encryption Key The app config file no longer has an encryption key setting, which used to be required in order to use Sessions. This has caused some confusion on the forums and should probably be removed until if changes to the Session class require it. --- user_guide_src/source/installation/running.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user_guide_src/source/installation/running.rst b/user_guide_src/source/installation/running.rst index b4c0ab221123..bef012190cde 100644 --- a/user_guide_src/source/installation/running.rst +++ b/user_guide_src/source/installation/running.rst @@ -16,8 +16,7 @@ Initial Configuration & Setup ================================================= #. Open the **app/Config/App.php** file with a text editor and - set your base URL. If you intend to use encryption or sessions, set - your encryption key. If you need more flexibility, the baseURL may + set your base URL. If you need more flexibility, the baseURL may be set within the ``.env`` file as **app.baseURL="http://example.com"**. #. If you intend to use a database, open the **app/Config/Database.php** file with a text editor and set your