Skip to content

Commit

Permalink
v1.0.23 (#24)
Browse files Browse the repository at this point in the history
Minor updates
* Forcing to use secure connection
  • Loading branch information
bfren authored Nov 15, 2021
1 parent 7f963d6 commit 66d692a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.22
1.0.23
6 changes: 3 additions & 3 deletions overlay/etc/bf/templates/.env.esh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
####################################################################################################
## If you want to use web installer **DO NOT** create `.env` file manually.
## If you want to use web installer **DO NOT** create `.env` file manually.
## If `.env` file exists in the root of your app, web installer won't run.
##
## Every time you are making changes in .env file, in order changes to take an effect you need to run:
Expand All @@ -10,8 +10,8 @@
APP_URL=<%= "${FREESCOUT_URL}" %>

# Use HTTP protocol and redirect to HTTPS
# This should be false if you are running FreeScout behind a proxy (recommended)
APP_FORCE_HTTPS=false
APP_FORCE_HTTPS=true
SESSION_SECURE_COOKIE=true

# Timezones: https://github.com/freescout-helpdesk/freescout/wiki/PHP-Timezones
# Comment it to use default timezone from php.ini
Expand Down

0 comments on commit 66d692a

Please sign in to comment.