3 lines
90 B
Elixir
3 lines
90 B
Elixir
import Config
|
|
|
|
config(:queen, :secret_key_base, System.fetch_env!("QUEEN_COOKIE_SECRET"))
|