From 4c8f26f25ebda285adf325781941ea0d7eebd93d Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 5 May 2019 16:16:03 +0200 Subject: [PATCH] Remove encryption parameter --- .env.example | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.env.example b/.env.example index a5899ff9d7..43489c81a4 100644 --- a/.env.example +++ b/.env.example @@ -114,10 +114,6 @@ FIXER_API_KEY= # If you wish to track your own behavior over Firefly III, set a valid analytics tracker ID here. ANALYTICS_ID= -# Most parts of the database are encrypted by default, but you can turn this off if you want to. -# This makes it easier to migrate your database. Not that some fields will never be decrypted. -USE_ENCRYPTION=true - # Firefly III has two options for user authentication. "eloquent" is the default, # and "ldap" for LDAP servers. # For full instructions on these settings please visit: @@ -179,6 +175,7 @@ PUSHER_ID= DEMO_USERNAME= DEMO_PASSWORD= IS_DOCKER=false +USE_ENCRYPTION=false IS_SANDSTORM=false IS_HEROKU=false BUNQ_USE_SANDBOX=false