aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/config.py
diff options
context:
space:
mode:
authorGravatar Vivaan Verma <[email protected]>2021-07-19 15:46:37 +0100
committerGravatar Vivaan Verma <[email protected]>2021-07-19 15:46:37 +0100
commit3189e6921bfd20a05b137d2cdc8e048225e44de8 (patch)
tree375dba40f5f37fa4f82eb46d8e64bee2a2b1dbd9 /arthur/config.py
parentLay out purge command and cog structure (diff)
Finished the CF cache purge command
Diffstat (limited to 'arthur/config.py')
-rw-r--r--arthur/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/arthur/config.py b/arthur/config.py
index 982aa68..03eab03 100644
--- a/arthur/config.py
+++ b/arthur/config.py
@@ -14,6 +14,9 @@ class Config(BaseSettings):
# Authorised role ID for usage
devops_role: int = 409416496733880320
+ # Token for authorising with the Cloudflare API
+ cloudflare_token: str
+
class Config: # noqa: D106
env_file = ".env"
env_prefix = "KING_ARTHUR_"