Add snowflake IDs
This commit is contained in:
parent
4a890a39f4
commit
44b484de21
24 changed files with 116 additions and 14 deletions
|
@ -22,6 +22,10 @@ config :nulla, NullaWeb.Endpoint,
|
|||
pubsub_server: Nulla.PubSub,
|
||||
live_view: [signing_salt: "jcAt5/U+"]
|
||||
|
||||
# Snowflake configuration
|
||||
config :nulla, :snowflake,
|
||||
worker_id: 1
|
||||
|
||||
# Configures the mailer
|
||||
#
|
||||
# By default it uses the "Local" adapter which stores the emails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue