Skip to content

Commit

Permalink
ClashKing v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Mar 24, 2024
1 parent 0d8b44d commit c944de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class Config:
coc_email = getenv("COC_EMAIL")
coc_password = getenv("COC_PASSWORD")

min_coc_email = 49
max_coc_email = 49
min_coc_email = 1
max_coc_email = 2

static_mongodb = getenv("STATIC_MONGODB")
stats_mongodb = getenv("STATS_MONGODB")
Expand All @@ -29,7 +29,7 @@ class Config:
is_beta = (getenv("IS_BETA") == "TRUE")
is_custom = (getenv("IS_CUSTOM") == "TRUE")
is_main = (getenv("IS_MAIN") == "TRUE")
cluster_id = 0
cluster_id = getenv("CLUSTER_ID")

portainer_user = getenv("PORTAINER_USER")
portainer_pw = getenv("PORTAINER_PASSWORD")

0 comments on commit c944de0

Please sign in to comment.