timgremore commited on
Commit
69b993a
1 Parent(s): b469b43

chore: Configure app to use binary IDs

Browse files
Files changed (1) hide show
  1. config/config.exs +4 -0
config/config.exs CHANGED
@@ -25,6 +25,10 @@ config :medical_transcription, MedicalTranscriptionWeb.Endpoint,
25
  pubsub_server: MedicalTranscription.PubSub,
26
  live_view: [signing_salt: "wVVDe1It"]
27
 
 
 
 
 
28
  # Configures the mailer
29
  #
30
  # By default it uses the "Local" adapter which stores the emails
 
25
  pubsub_server: MedicalTranscription.PubSub,
26
  live_view: [signing_salt: "wVVDe1It"]
27
 
28
+ config :medical_transcription, :generators,
29
+ binary_id: true,
30
+ sample_binary_id: "11111111-1111-1111-1111-111111111111"
31
+
32
  # Configures the mailer
33
  #
34
  # By default it uses the "Local" adapter which stores the emails