All checks were successful
CI / lint-and-test (push) Successful in 9m52s
Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
305 B
Plaintext
13 lines
305 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.211:8545
|
|
CLIENT_RPC_URL=https://rpc-http-pub.d-bis.org
|
|
CHAIN_ID=138
|
|
CONTRACT_ADDRESS=
|
|
|
|
# Server Configuration
|
|
PORT=3001
|
|
NODE_ENV=production
|