forked from External/greenlight
Set default cable adapter to postgres (#2096)
This commit is contained in:
parent
7309ef9bfd
commit
f992f76ae1
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue