X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/6d99eb2938e976229cb50d848a1bc491532b54f9..110ea29b8fe7d11de09e19382a9a5808cfb90d32:/infra/patchwork/pass.py diff --git a/infra/patchwork/pass.py b/infra/patchwork/pass.py deleted file mode 100644 index 6514232..0000000 --- a/infra/patchwork/pass.py +++ /dev/null @@ -1,4 +0,0 @@ -# example pass file -SECRET_KEY = "aaaaaaaaaaaaaaaaaa" -EMAIL_HOST_PASSWORD = os.getenv('EMAIL_HOST_PASSWORD', '') -DATABASES['default']['PASSWORD'] = os.environ.get('DATABASE_PASSWORD', 'bbbbbbbbbbbbbbbbbbbbb');