Is it possible to define a custom endpoint URL for all possible services like in the example below? ```ini [default] all = endpoint_url=http://localhost:8080 # or * = endpoint_url=http://localhost:8080 ```