mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-05 23:13:11 +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
|