removed config example from README, check config.example.yml for complete explaination

This commit is contained in:
yusing
2024-09-27 09:59:36 +08:00
parent f474ae4f75
commit a935f200a3
2 changed files with 6 additions and 42 deletions

View File

@@ -107,27 +107,7 @@ Copy [`.vscode/settings.example.json`](.vscode/settings.example.json) to `.vscod
### Config File
See [config.example.yml](config.example.yml) for more
```yaml
# autocert configuration
autocert:
email: # ACME Email
domains: # a list of domains for cert registration
provider: # DNS Challenge provider
options: # provider specific options
- ...
# reverse proxy providers configuration
providers:
include:
- providers.yml
- other_file_1.yml
- ...
docker:
local: $DOCKER_HOST
remote-1: tcp://10.0.2.1:2375
remote-2: ssh://root:1234@10.0.2.2
```
See [config.example.yml](config.example.yml)
[🔼Back to top](#table-of-content)