forked from shibao/cannery
add generator settings
This commit is contained in:
parent
9be43eecbf
commit
1e84a60018
@ -18,6 +18,11 @@ config :cannery, CanneryWeb.Endpoint,
|
||||
pubsub_server: Cannery.PubSub,
|
||||
live_view: [signing_salt: "zOLgd3lr"],
|
||||
registration: System.get_env("REGISTRATION") || "invite"
|
||||
|
||||
config :cannery, :generators,
|
||||
migration: true,
|
||||
binary_id: true,
|
||||
sample_binary_id: "11111111-1111-1111-1111-111111111111"
|
||||
|
||||
# Configures Elixir's Logger
|
||||
config :logger, :console,
|
||||
|
Loading…
Reference in New Issue
Block a user