mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
docs(self_hosting.md): clarify instructions for setting up environment variables and provide feedback loop recommendation for SKIP_PLANET
refactor(tasks.py): remove unnecessary assertion for cloudflare.ini existence to streamline configuration process
This commit is contained in:
@@ -212,7 +212,6 @@ def upload_config_json(c):
|
||||
sys.exit('Please add your email to LE_EMAIL when using DOMAIN_LE')
|
||||
|
||||
http_host_list = [h.strip() for h in dotenv_val('HTTP_HOST_LIST').split(',') if h.strip()]
|
||||
assert (CONFIG_DIR / 'cloudflare.ini').exists()
|
||||
|
||||
config = {
|
||||
'domain_le': domain_le,
|
||||
|
||||
Reference in New Issue
Block a user