mirror of
https://github.com/Akarys42/cloudflare-ddns-docker.git
synced 2025-05-10 08:45:16 -06:00
Switching to an ApplicationJob based app
This commit is contained in:
7
cloudflare_ddns/constants.py
Normal file
7
cloudflare_ddns/constants.py
Normal file
@ -0,0 +1,7 @@
|
||||
# App defaults
|
||||
DEFAULT_DELAY = "5 minutes"
|
||||
|
||||
# Endpoints
|
||||
BASE_ENDPOINT = "https://api.cloudflare.com/client/v4/"
|
||||
|
||||
VERIFY_TOKEN = BASE_ENDPOINT + "user/tokens/verify"
|
Reference in New Issue
Block a user