This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-05-11 11:14:11 +00:00
|
|
|
[settings]
|
|
|
|
|
2022-06-01 09:54:02 +00:00
|
|
|
DH_TOKEN = {{ token }}
|
|
|
|
DH_URL = {{ url }}
|
2022-08-05 09:07:54 +00:00
|
|
|
{% if erease_basic %}
|
|
|
|
EREASE_BASIC = True
|
|
|
|
{% endif %}
|
|
|
|
{% if erease_sectors %}
|
|
|
|
EREASE_SECTORS = True
|
|
|
|
{% endif %}
|