Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
e2a8979f8fa5d08896d2c6af9c74c0859c12cab2
/
.
/
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'
);