Document different configuration locations

This commit is contained in:
KernelDeimos 2024-04-02 02:14:59 -04:00
parent a9947ad97f
commit cf9338c35f

View File

@ -73,7 +73,10 @@ The self-hosted version of Puter is currently in alpha stage and should not be u
## Configuration ## Configuration
Running the server will generate a configuration file at `volatile/config/config.json`. Running the server will generate a configuration file in one of these locations:
- `config/config.json` when [Using Docker](#using-docker)
- `volatile/config/config.json` in [Local Development](#local-development)
- `/etc/puter/config.json` on a server (or within a Docker container)
### Domain Name ### Domain Name