gc: get public hostname as config parameter

This commit is contained in:
Aravinth Manivannan
2023-10-20 01:38:22 +05:30
parent d4534c1c43
commit eab146b121
2 changed files with 37 additions and 16 deletions

View File

@@ -69,4 +69,5 @@ password = "password"
[survey]
nodes = ["http://localhost:7001"]
rate_limit = 3600 # upload every hour
rate_limit = 10 # upload every hour
instance_root_url = "http://localhost:7000"