bonfire-app/flavours/breadpub/config/bonfire_livebook.exs
2021-09-23 09:19:59 +02:00

17 lines
542 B
Elixir
Executable file

use Mix.Config
config :bonfire_livebook,
disabled: false
# Sets the default authentication mode to token
config :livebook, :authentication_mode, :token
# Sets the default runtime to ElixirStandalone.
# This is the desired default most of the time,
# but in some specific use cases you may want
# to configure that to the Embedded or Mix runtime instead.
# Also make sure the configured runtime has
# a synchronous `init` function that takes the
# configured arguments.
config :livebook, :default_runtime, {Livebook.Runtime.Embedded, []}