config
also known as: configuration
config — The settings that tell a tool or app how to behave — things like which port to use, which database to connect to, how big to make the cache.
Config files are how you change software without rewriting it. Often YAML, JSON, or a .env file.
"Check the config." "It's a config issue."