mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 18:17:55 +00:00
Merge branch 'feld-test.secret' into feld-warnings
This commit is contained in:
commit
5855ffd322
|
@ -26,3 +26,12 @@ config :comeonin, :pbkdf2_rounds, 1
|
||||||
config :pleroma, :websub, Pleroma.Web.WebsubMock
|
config :pleroma, :websub, Pleroma.Web.WebsubMock
|
||||||
config :pleroma, :ostatus, Pleroma.Web.OStatusMock
|
config :pleroma, :ostatus, Pleroma.Web.OStatusMock
|
||||||
config :pleroma, :httpoison, HTTPoisonMock
|
config :pleroma, :httpoison, HTTPoisonMock
|
||||||
|
|
||||||
|
try do
|
||||||
|
import_config "test.secret.exs"
|
||||||
|
rescue
|
||||||
|
_ ->
|
||||||
|
IO.puts(
|
||||||
|
"You may want to create test.secret.exs to declare custom database connection paramenters."
|
||||||
|
)
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue