Set default cable adapter to postgres (#2096)

This commit is contained in:
Ahmad Farhat 2020-09-17 15:02:54 -04:00 committed by GitHub
parent 7309ef9bfd
commit f992f76ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -252,6 +252,9 @@ DB_NAME=greenlight_production
DB_USERNAME=postgres DB_USERNAME=postgres
DB_PASSWORD=password 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 # Specify the default registration to be used by Greenlight until an administrator sets the
# registration method # registration method
# Allowed values are: # Allowed values are: