FastGPT is a knowledge-based question answering system based on the LLM language model, providing out-of-the-box capabilities for data processing, model invocation, and more. It also allows for complex question answering scenarios through visual workflow orchestration using Flow!
Due to the limitations of environment variables in configuring complex content, the new version of FastGPT uses ConfigMap to mount configuration files. You can find the default configuration file at client/data/config.json.
Due to the limitations of environment variables in configuring complex content, the new version of FastGPT uses ConfigMap to mount the configuration file. You can see the default configuration file in `client/data/config.json`. You can refer to [docker-compose deployment](/docs/develop/deploy/docker) to mount the configuration file.
In the development environment, you need to make a copy of config.json as config.local.json for it to take effect.
This configuration file includes customization of the frontend page, system-level parameters, and AI dialogue models, etc.
In the development environment, you need to make a copy of `config.json` as `config.local.json` for it to take effect.
This configuration file contains customization of the frontend page, system-level parameters, and AI dialogue models, etc.
## Brief Explanation of Basic Fields
## Brief Explanation of Basic Fields
Here, we will introduce some basic configuration fields.