Browse Source

pyi2phosts/settings.py: add MY_B64

pull/1/head
Hidden Z 14 years ago
parent
commit
a3bf7c9f5c
  1. 1
      pyi2phosts/settings.py

1
pyi2phosts/settings.py

@ -110,6 +110,7 @@ except ImportError: @@ -110,6 +110,7 @@ except ImportError:
SECRET_KEY = 'topsecret'
SITE_NAME = 'My cool registration service'
DOMAIN = 'example.i2p'
MY_B64 = 'my_base64_hash'
"""
# also may be put in local settings:

Loading…
Cancel
Save