Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
7ecc5f5f2c8d967670b0bf4bb4cd6d2684daa94a
/
.
/
infra
/
patchwork
/
pass.py
blob: 65142328d6460f3a1ce569bb3878c545492079b4 [
file
] [
log
] [
blame
]
# example pass file
SECRET_KEY
=
"aaaaaaaaaaaaaaaaaa"
EMAIL_HOST_PASSWORD
=
os
.
getenv
(
'EMAIL_HOST_PASSWORD'
,
''
)
DATABASES
[
'default'
][
'PASSWORD'
]
=
os
.
environ
.
get
(
'DATABASE_PASSWORD'
,
'bbbbbbbbbbbbbbbbbbbbb'
);