aqi_monitor/web/config.json.sample

17 lines
385 B
Plaintext

{
"aqi_monitor": {
"authUsername": "user",
"authPassword": "password"
},
"openweathermap": {
"api_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"lat": 40.71,
"lon": -74.00
},
"postgres": {
"db_host": "postgres",
"db_database": "aqi",
"db_user": "aqi",
"db_password": "xxxxxxxxxxxxxxxxxxxx"
}
}