Page MenuHomePhorge

repo.ex
No OneTemporary

Size
264 B
Referenced Files
None
Subscribers
None
defmodule Pleroma.Repo do
use Ecto.Repo, otp_app: :pleroma
@doc """
Dynamically loads the repository url from the
DATABASE_URL environment variable.
"""
def init(_, opts) do
{:ok, Keyword.put(opts, :url, System.get_env("DATABASE_URL"))}
end
end

File Metadata

Mime Type
text/x-ruby
Expires
Sun, Dec 1, 9:30 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41848
Default Alt Text
repo.ex (264 B)

Event Timeline