Commit Graph

5 Commits

Author SHA1 Message Date
fatedier a6478aeac8
rename example configuration file name (#3721) 2023-10-24 10:42:51 +08:00
fatedier 496b1f1078
remove configuration files in release assets (#3713) 2023-10-23 10:47:59 +08:00
fatedier 9cb0726ebc
fix example config (#3701) 2023-10-19 17:28:35 +08:00
沈鸿飞 307d1bfa3f
Fix log.level configuration in frps.toml (#3655)
```toml
log.level = info
```
changed to
```toml
log.level = "info"
```
2023-10-10 19:45:33 +08:00
fatedier 3ae1a4f45a
update confugration examples and README (#3650) 2023-10-10 16:48:13 +08:00