From a4d29f635c7c6bec4a15ab43956a2be896b0ff11 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Mon, 20 Feb 2023 19:52:42 -0600 Subject: Commit inicial --- config/cable.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/cable.yml (limited to 'config/cable.yml') diff --git a/config/cable.yml b/config/cable.yml new file mode 100644 index 0000000..df84ef6 --- /dev/null +++ b/config/cable.yml @@ -0,0 +1,10 @@ +development: + adapter: async + +test: + adapter: test + +production: + adapter: redis + url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %> + channel_prefix: api_arma_production -- cgit v1.2.3