Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F116597
repo.ex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
264 B
Referenced Files
None
Subscribers
None
repo.ex
View Options
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
Details
Attached
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)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment