Skip to content

Commit

Permalink
Set default cable adapter to postgres (#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad committed Sep 17, 2020
1 parent 7309ef9 commit f992f76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ DB_NAME=greenlight_production
DB_USERNAME=postgres
DB_PASSWORD=password

# Use postgresql to handle ActionCable connections by default
CABLE_ADAPTER=postgresql

# Specify the default registration to be used by Greenlight until an administrator sets the
# registration method
# Allowed values are:
Expand Down

0 comments on commit f992f76

Please sign in to comment.