Files
cloudflare-ddns-docker-updated/cloudflare_ddns/constants.py
2021-01-14 16:39:26 +01:00

8 lines
165 B
Python

# App defaults
DEFAULT_DELAY = "5 minutes"
# Endpoints
BASE_ENDPOINT = "https://api.cloudflare.com/client/v4/"
VERIFY_TOKEN = BASE_ENDPOINT + "user/tokens/verify"