Implemented proxying of GSD requests
This commit is contained in:
9
config.toml.example
Normal file
9
config.toml.example
Normal file
@ -0,0 +1,9 @@
|
||||
log_file_prefix = "delivery_backend"
|
||||
host_ip = "127.0.0.1"
|
||||
host_port = 3000
|
||||
redis_url = "redis://127.0.0.1:6379"
|
||||
gsd_app_key = "GSD-RestApi"
|
||||
gsd_rest_url = "http://192.168.1.9:8334"
|
||||
gsd_user = "GSDWebServiceTmp"
|
||||
gsd_password = "<PASSWORD>"
|
||||
gsd_app_names = ["GSD-RestApi"]
|
||||
Reference in New Issue
Block a user