mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Reverted settings for WebSockets, because we might use redis subscription adapter. [SCI-1413]
This commit is contained in:
parent
843116f645
commit
9d0fd4e76f
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
development:
|
||||
adapter: postgresql
|
||||
adapter: async
|
||||
|
||||
test:
|
||||
adapter: postgresql
|
||||
adapter: async
|
||||
|
||||
production:
|
||||
adapter: postgresql
|
||||
adapter: redis
|
||||
url: redis://localhost:6379/1
|
||||
channel_prefix: scinote_production
|
||||
|
|
Loading…
Reference in a new issue