Skip to content

Commit

Permalink
Create config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 20, 2024
1 parent 67fea07 commit b075ea0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"energy_production": {
"solar_panel_efficiency": 0.2,
"wind_turbine_efficiency": 0.5,
"hydroelectric_power_plant_efficiency": 0.9
},
"energy_consumption": {
"household_appliances_power_consumption": 1000,
"electric_vehicle_charging_power_consumption": 3000,
"industrial_machinery_power_consumption": 5000
},
"energy_storage": {
"battery_capacity": 10000,
"battery_efficiency": 0.8
},
"visualization": {
"matplotlib_backend": "TkAgg",
"matplotlib_style": "seaborn-whitegrid"
},
"blockchain": {
"block_size": 10,
"block_time": 10,
"difficulty_target": 100
}
}

0 comments on commit b075ea0

Please sign in to comment.