summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-01 13:08:29 +0000
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-01 13:08:29 +0000
commit8a05e93e1a660cc0707430cbff811fafc7716340 (patch)
tree2656048c6d4eb0ea134779a85bb6bd41a1466207 /config/config.exs
parentUpdate README.md (diff)
add endpoint handled by the library
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 00d01a6..8d782dc 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -23,6 +23,9 @@ config :logger, :console,
# Use Jason for JSON parsing in Phoenix
config :phoenix, :json_library, Jason
+config :matrix_app_service,
+ internal_supervisor: true
+
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"