Page MenuHomePhorge

repo.ex
No OneTemporary

Size
423 B
Referenced Files
None
Subscribers
None
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
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 7, 7:14 PM (7 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
571422
Default Alt Text
repo.ex (423 B)

Event Timeline