Skip to content

Commit

Permalink
Create .env
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 4, 2024
1 parent 4b4c94d commit 89edc5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions blockchain_integration/pi_network/cognita/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Cognita API settings
COGNITA_API_KEY=YOUR_API_KEY
COGNITA_API_SECRET=YOUR_API_SECRET
COGNITA_API_URL=https://api.cognita.io/v1

# Realtime Chart settings
REALTIME_CHART_UPDATE_INTERVAL=1000

# AR Scene settings
AR_SCENE_CAMERA_WIDTH=640
AR_SCENE_CAMERA_HEIGHT=480

# Other settings
NODE_ENV=development
DEBUG=true

0 comments on commit 89edc5c

Please sign in to comment.