summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 11:03:21 +0100
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-09 11:03:21 +0100
commit00c212554e24ea707499859b30f75374d4d3508a (patch)
tree3d8e4a69bf45e52c4fc1b79fa9c64388cbb19aee /config/config.exs
parentupdate dependencies (diff)
add bridge context
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 8d782dc..692048a 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -7,6 +7,9 @@
# General application configuration
use Mix.Config
+config :matrix_app_service,
+ ecto_repos: [MatrixAppService.Repo]
+
# Configures the endpoint
config :matrix_app_service, MatrixAppServiceWeb.Endpoint,
url: [host: "localhost"],