Add remote following of local profiles.
[akkoma] / config / test.exs
index f5d6f240d4fd20ff2597923d2b0ce5e79fc3518a..26b5410fe8b594e97e018a49d7fe95d4f2c16df5 100644 (file)
@@ -18,9 +18,13 @@ config :pleroma, Pleroma.Repo,
   username: "postgres",
   password: "postgres",
   database: "pleroma_test",
-  hostname: "localhost",
+  hostname: System.get_env("DB_HOST") || "localhost",
   pool: Ecto.Adapters.SQL.Sandbox
 
 
 # Reduce hash rounds for testing
 config :comeonin, :pbkdf2_rounds, 1
+
+config :pleroma, :websub, Pleroma.Web.WebsubMock
+config :pleroma, :ostatus, Pleroma.Web.OStatusMock
+config :pleroma, :httpoison, HTTPoisonMock