Skip to content

Commit

Permalink
Create pi_node_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jun 16, 2024
1 parent b403bfd commit a40c8cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blockchain_integration/pi_network/pi_node_config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config = {
'api_key': 'YOUR_API_KEY',
'api_secret': 'YOUR_API_SECRET',
'node_id': 'node1',
'data_types': ['temperature', 'humidity', 'pressure']
}

0 comments on commit a40c8cd

Please sign in to comment.