Changes
Page history
Update development
authored
Aug 08, 2022
by
Kees van den Broek
Show whitespace changes
Inline
Side-by-side
setup/development.md
View page @
412e5a98
...
...
@@ -149,12 +149,12 @@ kubectl create secret generic appsemble \
--from-literal
"secret=
$(
openssl rand
-base64
30
)
"
kubectl create secret generic smtp
\
--namespace
staging
\
--from-literal
'host=smtp.
gmail.com
'
\
--from-literal
'port=
465
'
\
--from-literal
'host=smtp.
appsemble.app
'
\
--from-literal
'port=
587
'
\
--from-literal
'secure=true'
\
--from-literal
'user=a
dmin
@appsemble.
com
'
\
--from-literal
"pass=
$
G
MAIL_APP_PASSWORD
"
\
--from-literal
'from=Appsemble (staging) <noreply@appsemble.
com
>'
--from-literal
'user=a
noreply
@appsemble.
app
'
\
--from-literal
"pass=
$
E
MAIL_APP_PASSWORD
"
\
--from-literal
'from=Appsemble (staging) <noreply@appsemble.
app
>'
kubectl create secret generic postgresql-secret
\
--namespace
staging
\
--from-literal
"postgresql-password=
$(
uuidgen
)
"
\
...
...
...
...