Skip to content

Commit e1aca7b

Browse files
Store session in the database
Issues ------- - Closes #68
1 parent f02ae60 commit e1aca7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
4747

4848
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
49-
config.force_ssl = true
49+
# config.force_ssl = true
5050

5151
# Include generic and useful information about system operation, but avoid logging too much
5252
# information to avoid inadvertent exposure of personally identifiable information (PII).

0 commit comments

Comments
 (0)