Initial commit: add .gitignore and README
Some checks failed
CI / lint-and-test (push) Has been cancelled
Some checks failed
CI / lint-and-test (push) Has been cancelled
This commit is contained in:
11
backend/.env.example
Normal file
11
backend/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user