# DEFAULT_CONFIG defines the path to the default configuration file.# This path will be used if the configuration file is not explicitly specified by the environment variables.
# ENV_CONFIG_MAP is a dictionary that maps different environments to their respective configuration file paths.# The key is the environment name, and the value is the path to the configuration file for that environment.# If additional environments are necessary, they can be added here.