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:
parent
adc7a787f5
commit
a3bf7c9f5c
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user