mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
5 lines
108 B
Elixir
5 lines
108 B
Elixir
defmodule Philomena.Config do
|
|
def get(key) do
|
|
Application.get_env(:philomena, :config)[key]
|
|
end
|
|
end
|