Skip to content

Commit

Permalink
Change default SolarIn/MQTT URI to localhost for better default devel…
Browse files Browse the repository at this point in the history
…oper experience.
  • Loading branch information
msqr committed Jun 22, 2024
1 parent 1035b97 commit 3e83e8b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion solarnet/oscp-fp/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ app:
uid: "SolarQueue-${app.meta.instance-id}"
mqtt-stats.log-frequency: 200
mqtt-config:
server-uri: "mqtt://queue.solarnetwork:1883"
server-uri: "mqtt://localhost:1883"
client-id: "solaroscp-fp-${app.meta.instance-id}"
username: "USERNAME_HERE"
password: "PASSWORD_HERE"
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solardin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ app:
uid: "SolarQueue-${app.meta.instance-id}"
mqtt-stats.log-frequency: 200
mqtt-config:
server-uri: "mqtt://queue.solarnetwork:1883"
server-uri: "mqtt://localhost:1883"
client-id: "solardin-${app.meta.instance-id}"
username: "USERNAME_HERE"
password: "PASSWORD_HERE"
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solardnp3/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ app:
uid: "SolarDNP3-${app.meta.instance-id}"
mqtt-stats.log-frequency: 200
mqtt-config:
server-uri: "mqtt://queue.solarnetwork:1883"
server-uri: "mqtt://localhost:1883"
client-id: "solardnp3-${app.meta.instance-id}"
username: "USERNAME_HERE"
password: "PASSWORD_HERE"
Expand Down
4 changes: 2 additions & 2 deletions solarnet/solarin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ app:
node-dashboard: "http://localhost/node-dashboard"
node-dataview: "http://localhost/node-dataview?nodeId={nodeId}"
solardin: "http://localhost:9087"
solarin-mqtt: "mqtts://localhost:8883"
solarin-mqtt: "mqtt://localhost:1883"
solarquery: "http://localhost:9082/solarquery"
solaruser: "http://localhost:9081/solaruser"
node.pki.cs:
Expand Down Expand Up @@ -85,7 +85,7 @@ app:
uid: "SolarIn-@@SOLAR_IN_ID@@"
mqtt-stats.log-frequency: 200
mqtt-config:
server-uri: "mqtt://queue.solarnetwork:1883"
server-uri: "mqtt://localhost:1883"
client-id: "solarin-@@SOLAR_IN_ID@@"
username: "USERNAME_HERE"
password: "PASSWORD_HERE"
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solarocpp/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ app:
uid: "SolarOCPP-${app.meta.instance-id}"
mqtt-stats.log-frequency: 200
mqtt-config:
server-uri: "mqtt://queue.solarnetwork:1883"
server-uri: "mqtt://localhost:1883"
client-id: "solarocpp-${app.meta.instance-id}"
username: "USERNAME_HERE"
password: "PASSWORD_HERE"
Expand Down
2 changes: 1 addition & 1 deletion solarnet/solaruser/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ app:
uid: "SolarInstr-${app.meta.instance-id}"
mqtt-stats.log-frequency: 200
mqtt-config:
server-uri: "mqtt://queue.solarnetwork:1883"
server-uri: "mqtt://localhost:1883"
client-id: "solaruser-${app.meta.instance-id}"
username: "USERNAME_HERE"
password: "PASSWORD_HERE"
Expand Down

0 comments on commit 3e83e8b

Please sign in to comment.