mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
79b9f72b52
* UI to create custom domains * Only call ssh once per domain * Update copy for custom domain setup * Use correct user for ssh
5 lines
166 B
Elixir
5 lines
166 B
Elixir
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
|
ExUnit.start()
|
|
Application.ensure_all_started(:double)
|
|
Ecto.Adapters.SQL.Sandbox.mode(Plausible.Repo, :manual)
|