12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
# Database Configuration
|
|
DATABASE_URL=postgresql://solace_user:your_password@192.168.11.62:5432/solace_treasury
|
|
|
|
# Chain 138 Configuration
|
|
RPC_URL=http://192.168.11.250:8545
|
|
CHAIN_ID=138
|
|
CONTRACT_ADDRESS=
|
|
|
|
# Server Configuration
|
|
PORT=3001
|
|
NODE_ENV=production
|