weather-station/config.yaml

10 lines
165 B
YAML

server:
udp_port: 10006
database:
host: "8.134.185.53"
port: 5432
user: "weatheruser"
password: "yourpassword"
dbname: "weatherdb"
sslmode: "disable"