fix: More bamboo config
This commit is contained in:
parent
ba977b13b7
commit
6cc4f53b66
3 changed files with 12 additions and 10 deletions
|
@ -119,6 +119,7 @@ defmodule Legendary.Core.MixProject do
|
|||
# Type `mix help compile.app` for more information.
|
||||
def application do
|
||||
[
|
||||
applications: [:bamboo, :bamboo_smtp],
|
||||
mod: {Legendary.Core.Application, []},
|
||||
extra_applications: [:logger, :runtime_tools]
|
||||
]
|
||||
|
@ -134,6 +135,7 @@ defmodule Legendary.Core.MixProject do
|
|||
defp deps do
|
||||
[
|
||||
{:bamboo, "~> 1.5"},
|
||||
{:bamboo_smtp, "~> 4.0.1"},
|
||||
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
|
||||
{:ex_cldr, "~> 2.13.0"},
|
||||
{:ex_doc, "~> 0.24", only: :dev, runtime: false},
|
||||
|
|
|
@ -39,22 +39,22 @@ spec:
|
|||
- name: LIVE_VIEW_SIGNING_SALT
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
name: legendary-doc-site
|
||||
key: live-view-signing-salt
|
||||
- name: SMTP_HOST
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
name: legendary-doc-site
|
||||
key: smtp-host
|
||||
- name: SMTP_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
name: legendary-doc-site
|
||||
key: smtp-username
|
||||
- name: SMTP_HOST
|
||||
- name: SMTP_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
name: legendary-doc-site
|
||||
key: smtp-password
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
|
@ -39,22 +39,22 @@ spec:
|
|||
- name: LIVE_VIEW_SIGNING_SALT
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
name: legendary-doc-site
|
||||
key: live-view-signing-salt
|
||||
- name: SMTP_HOST
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
name: legendary-doc-site
|
||||
key: smtp-host
|
||||
- name: SMTP_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
name: legendary-doc-site
|
||||
key: smtp-username
|
||||
- name: SMTP_HOST
|
||||
- name: SMTP_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
name: legendary-doc-site
|
||||
key: smtp-password
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
Loading…
Reference in a new issue