This repository provides the latest java-tron configuration templates for different network environments. These configurations can be used as references or starting points when deploying or maintaining TRON nodes.
- Local file:
main_net_config.conf - Official source:
https://github.com/tronprotocol/java-tron/blob/develop/framework/src/main/resources/config.conf
- Local file:
test_net_config.conf - Official source:
https://github.com/tron-nile-testnet/nile-testnet/blob/master/framework/src/main/resources/config-nile.conf
- Local file:
private_net_config.conf - Intended for local development, testing, or custom private deployments.
β οΈ Note
Configuration files in this repository are periodically synchronized with official sources. Always verify compatibility with your targetjava-tronversion before deployment.