mirror of
https://github.com/codex-storage/codex-testnet-starter.git
synced 2025-02-23 15:48:18 +00:00
* 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
14 lines
112 B
Plaintext
14 lines
112 B
Plaintext
# Docker compose
|
|
*.env
|
|
*.env.*
|
|
|
|
# Datadir
|
|
*-data
|
|
data_client
|
|
|
|
# Ethereum keypair
|
|
eth.address
|
|
eth.key
|
|
|
|
.DS_Store
|