Skip to content
Snippets Groups Projects
Unverified Commit f992f76a authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Set default cable adapter to postgres (#2096)

parent 7309ef9b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment