Files
hlaeja-development/http/device-registry/http-client.env.json-dev
2025-07-25 01:24:24 +02:00

12 lines
180 B
Plaintext

{
"development": {
"hostname": "http://localhost:8080"
},
"docker": {
"hostname": "http://localhost:9050"
},
"testing": {
"hostname": "http://10.0.x.x"
}
}