release
This commit is contained in:
41
config/config.exs
Normal file → Executable file
41
config/config.exs
Normal file → Executable file
@ -20,7 +20,8 @@ config :derivantes, DerivantesWeb.Endpoint,
|
||||
layout: false
|
||||
],
|
||||
pubsub_server: Derivantes.PubSub,
|
||||
live_view: [signing_salt: "cYL7udpP"]
|
||||
live_view: [signing_salt: "cYL7udpP"],
|
||||
server: true
|
||||
|
||||
# Configures the mailer
|
||||
#
|
||||
@ -32,25 +33,25 @@ config :derivantes, DerivantesWeb.Endpoint,
|
||||
|
||||
config :derivantes, Derivantes.Mailer,
|
||||
|
||||
adapter: Swoosh.Adapters.SMTP,
|
||||
relay: "mail.rmitacriocuarto.com.ar",
|
||||
username: "informedigital@rmitacriocuarto.com.ar",
|
||||
password: "Infotomo2020+",
|
||||
auth: :always,
|
||||
ssl: true,
|
||||
port: 465,
|
||||
retries: 10,
|
||||
sockopts: [
|
||||
versions: [:"tlsv1.2", :"tlsv1.3"],
|
||||
verify: :verify_peer,
|
||||
cacerts: :public_key.cacerts_get(),
|
||||
depth: 3,
|
||||
customize_hostname_check: [
|
||||
match_fun: :public_key.pkix_verify_hostname_match_fun(:https)
|
||||
],
|
||||
server_name_indication: 'mail.rmitacriocuarto.com.ar'
|
||||
]
|
||||
|
||||
adapter: Swoosh.Adapters.SMTP,
|
||||
relay: "mail.rmitacriocuarto.com.ar",
|
||||
username: "informedigital@rmitacriocuarto.com.ar",
|
||||
password: "Infotomo2020+",
|
||||
auth: :always,
|
||||
ssl: true,
|
||||
port: 465,
|
||||
retries: 10,
|
||||
sockopts: [
|
||||
versions: [:"tlsv1.2", :"tlsv1.3"],
|
||||
verify: :verify_peer,
|
||||
#cacerts: :public_key.cacerts_get(),
|
||||
depth: 3,
|
||||
customize_hostname_check: [
|
||||
#match_fun: :public_key.pkix_verify_hostname_match_fun(:https)
|
||||
],
|
||||
server_name_indication: 'mail.rmitacriocuarto.com.ar'
|
||||
]
|
||||
|
||||
# Configure esbuild (the version is required)
|
||||
config :esbuild,
|
||||
version: "0.17.11",
|
||||
|
0
config/dev.exs
Normal file → Executable file
0
config/dev.exs
Normal file → Executable file
0
config/prod.exs
Normal file → Executable file
0
config/prod.exs
Normal file → Executable file
0
config/runtime.exs
Normal file → Executable file
0
config/runtime.exs
Normal file → Executable file
0
config/test.exs
Normal file → Executable file
0
config/test.exs
Normal file → Executable file
Reference in New Issue
Block a user