add config support
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[server]
|
||||
host = "www.example.com"
|
||||
port = [8080, 8181, 8282]
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
[server]
|
||||
host = "www.example.com"
|
||||
port = [8080, 8181, 8282]
|
||||