- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore) - Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md) - Remove executable permissions from web assets (HTML, CSS, JS files) - Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt) - Remove executable permissions from source code files across all apps - Add executable permissions to Python
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
CHAIN_ID=ait-devnet
|
|
DB_PATH=./data/chain.db
|
|
RPC_BIND_HOST=127.0.0.1
|
|
RPC_BIND_PORT=8080
|
|
P2P_BIND_HOST=0.0.0.0
|
|
P2P_BIND_PORT=7070
|
|
PROPOSER_KEY=change_me
|
|
MINT_PER_UNIT=1000
|
|
COORDINATOR_RATIO=0.05
|