Skip to content

Commit

Permalink
fix: false config as external config
Browse files Browse the repository at this point in the history
  • Loading branch information
M03ED committed Jul 31, 2024
1 parent d5822b7 commit c63f95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
USER_AGENT_TEMPLATE = config("USER_AGENT_TEMPLATE", default="user_agent/default.json")
GRPC_USER_AGENT_TEMPLATE = config("GRPC_USER_AGENT_TEMPLATE", default="user_agent/grpc.json")

EXTERNAL_CONFIG = config("EXTERNAL_CONFIG", default=False, cast=str)
EXTERNAL_CONFIG = config("EXTERNAL_CONFIG", default="", cast=str)

USE_CUSTOM_JSON_DEFAULT = config("USE_CUSTOM_JSON_DEFAULT", default=False, cast=bool)
USE_CUSTOM_JSON_FOR_V2RAYN = config("USE_CUSTOM_JSON_FOR_V2RAYN", default=False, cast=bool)
Expand Down

0 comments on commit c63f95a

Please sign in to comment.