Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
BrightID
/
BrightID-Node
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
51
Code
Issues
29
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
BrightID-Node
/
config.env.test
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
36 lines (36 loc) · 1.37 KB
master
Breadcrumbs
BrightID-Node
/
config.env.test
Copy path
Top
File metadata and controls
Code
Blame
36 lines (36 loc) · 1.37 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
BN_WS_OPERATIONS_TIME_WINDOW=900
BN_WS_OPERATIONS_LIMIT=60
BN_WS_APPS_OPERATIONS_LIMIT=500
# Update this port in web/brightid-nginx.conf and docker-compose.yml too
BN_WS_PROFILE_SERVICE_PORT=3000
BN_ARANGO_PROTOCOL=http
BN_ARANGO_HOST=localhost
# Update this port in web/brightid-nginx.conf and docker-compose.yml too
BN_ARANGO_PORT=8529
BN_ARANGO_SERVER_ENDPOINT=tcp://127.0.0.1:8529
BN_CONSENSUS_INFURA_URL=wss://idchain.one/ws/
# a tx with 100 KB data spends around 1.6M gas where gas limit per block is 8M
# https://bit.ly/3sKDux7
BN_CONSENSUS_MAX_DATA_SIZE=100000
BN_CONSENSUS_GAS=2000000
BN_CONSENSUS_GAS_PRICE=10000000000
BN_CONSENSUS_TO_ADDRESS=0xb1d04A87FdcdB3aAe3dBc846948F25Bd34411e6a
BN_CONSENSUS_SNAPSHOTS_PERIOD=120
BN_CONSENSUS_APPLY_URL=/_db/_system/apply{v}/operations/{hash}
BN_CONSENSUS_DUMP_URL=/_api/replication/dump
BN_CONSENSUS_IDCHAIN_RPC_URL=https://idchain.one/rpc/
BN_UPDATER_SEED_VOTING_ADDRESS=0x56741DbC203648983c359A48aaf68f25f5550B6a
BN_UPDATER_SP_ADDRESS_MAINNET=0x0aB346a16ceA1B1363b20430C414eAB7bC179324
BN_UPDATER_SP_ADDRESS_IDCHAIN=0x183C5D2d1E43A3aCC8a977023796996f8AFd2327
BN_UPDATER_MAINNET_WSS=
BN_UPDATER_IDCHAIN_WSS=wss://idchain.one/ws/
BN_UPDATER_SEED_GROUPS_WS_URL=wss://idchain.one/ws/
BN_ARANGO_EXTRA_OPTS=
BN_DEVELOPMENT=true
BN_PEERS=
# passwords
BN_SEED=
BN_WS_PRIVATE_KEY=
BN_WS_ETH_PRIVATE_KEY=
BN_WS_WISCHNORR_PASSWORD=
BN_CONSENSUS_PRIVATE_KEY=
You can’t perform that action at this time.