django-orchestra-test/orchestra/contrib/letsencrypt/settings.py

12 lines
244 B
Python
Raw Normal View History

2016-03-11 12:19:34 +00:00
from orchestra.contrib.settings import Setting
LETSENCRYPT_AUTO_PATH = Setting('LETSENCRYPT_AUTO_PATH',
'/home/httpd/letsencrypt/letsencrypt-auto'
)
LETSENCRYPT_LIVE_PATH = Setting('LETSENCRYPT_LIVE_PATH',
'/etc/letsencrypt/live'
)