Skip to content

Commit

Permalink
Create config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 13, 2024
1 parent fdd86ee commit 1df8f4f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions projects/pi-atlas/config/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"api": {
"port": 8080,
"host": "0.0.0.0"
},
"ipfs": {
"host": "ipfs.infura.io",
"port": 5001,
"api_key": "YOUR_IPFS_API_KEY"
},
"ai_models": {
"anomaly_detection": "anomaly_detection.py",
"network_mapping": "network_mapping.py",
"optimization": "optimization.py"
},
"quantum_resistant_cryptography": {
"lattice_based_cryptography": "lattice_based_cryptography.py",
"code_based_cryptography": "code_based_cryptography.py",
"post_quantum_cryptography": "post_quantum_cryptography.py"
}
}

0 comments on commit 1df8f4f

Please sign in to comment.