Slava 9f7ac4a17c
Set auto IP (#30)
* Add Codex data-dir and ethereum keypair to the .gitignore

* Add get_ip_public and unify all functions syntax

* Set Public IP and Bootstrap based on the NETWORK variable, defaults to testnet
2024-10-02 20:12:48 +03:00

14 lines
112 B
Plaintext

# Docker compose
*.env
*.env.*
# Datadir
*-data
data_client
# Ethereum keypair
eth.address
eth.key
.DS_Store