Page MenuHomePhorge

releases.exs
No OneTemporary

Size
394 B
Referenced Files
None
Subscribers
None

releases.exs

import Config
config_path = System.get_env("PLEROMA_CONFIG_PATH") || "/etc/pleroma/config.exs"
if File.exists?(config_path) do
import_config config_path
else
warning = [
IO.ANSI.red(),
IO.ANSI.bright(),
"!!! #{config_path} not found! Please ensure it exists and that PLEROMA_CONFIG_PATH is unset or points to an existing file",
IO.ANSI.reset()
]
IO.puts(warning)
end

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 25, 8:21 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1357043
Default Alt Text
releases.exs (394 B)

Event Timeline