1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

pyi2phosts/settings.py: add MY_B64

This commit is contained in:
Hidden Z 2010-11-05 14:37:41 +00:00
parent adc7a787f5
commit a3bf7c9f5c

View File

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