Commit Graph

5 Commits (9152c595708fa9b8bb61473b3aec139ebda84c10)

Author SHA1 Message Date
fatedier a6478aeac8
rename example configuration file name ()
fatedier 496b1f1078
remove configuration files in release assets ()
fatedier 9cb0726ebc
fix example config ()
沈鸿飞 307d1bfa3f
Fix log.level configuration in frps.toml ()
```toml
log.level = info
```
changed to
```toml
log.level = "info"
```
fatedier 3ae1a4f45a
update confugration examples and README ()