Skip to content

Commit

Permalink
rev: grpc whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Developerayo committed Feb 10, 2025
1 parent 960a806 commit e08d027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:
DB_PASSWORD: postgres
DB_NAME: nuklaivm
DB_SSLMODE: require
GRPC_WHITELISTED_BLOCKCHAIN_NODES: '127.0.0.1,localhost/172.17.0.0/16,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16'
GRPC_WHITELISTED_BLOCKCHAIN_NODES: '172.17.0.0/16,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16'
ports:
- '8080:8080'
- '50051:50051'
Expand Down

0 comments on commit e08d027

Please sign in to comment.