add salad
This commit is contained in:
parent
6148b48275
commit
3842798968
7 changed files with 5 additions and 282 deletions
|
|
@ -20,7 +20,7 @@ config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
|
|||
layout: false
|
||||
],
|
||||
pubsub_server: Zoeyscomputer.PubSub,
|
||||
live_view: [signing_salt: "6jr7gz9p"]
|
||||
live_view: [signing_salt: "byg+88ZA"]
|
||||
|
||||
# Configures the mailer
|
||||
#
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
|
|||
check_origin: false,
|
||||
code_reloader: true,
|
||||
debug_errors: true,
|
||||
secret_key_base: "7SmZvGH5cX0JkxP0tAqho+Fx3uyRNffY1TaFV301ctruPttBbYTCE8uTSSHhDmbr",
|
||||
secret_key_base: "Qe0dIfVihLtZD6q2TbcUJvJZEo4i5SAAAmKfLXfjj8AxZfXgL4+g2ISn9CaOq3ES",
|
||||
watchers: [
|
||||
esbuild: {Esbuild, :install_and_run, [:zoeyscomputer, ~w(--sourcemap=inline --watch)]},
|
||||
tailwind: {Tailwind, :install_and_run, [:zoeyscomputer, ~w(--watch)]}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ config :zoeyscomputer, Zoeyscomputer.Repo,
|
|||
# you can enable the server option below.
|
||||
config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
|
||||
http: [ip: {127, 0, 0, 1}, port: 4002],
|
||||
secret_key_base: "+6JoPC71Jl7jrkno3r+w0KH1LMavRD9RUd7vMiLBcJ8vqgkVtam4TFt1HJmV3EtZ",
|
||||
secret_key_base: "bF1Py67SqufVZ+89ftwi6qMCvOpv01k6Gwm2xKCwOCuGUdDsJ+rYsRtRbS1efk1r",
|
||||
server: false
|
||||
|
||||
# In test we don't send emails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue