mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-18 06:57:59 +01:00
6 lines
108 B
Elixir
6 lines
108 B
Elixir
|
defmodule Philomena.Config do
|
||
|
def get(key) do
|
||
|
Application.get_env(:philomena, :config)[key]
|
||
|
end
|
||
|
end
|