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