10 lines
223 B
Bash
10 lines
223 B
Bash
# verifier-api
|
|
DATABASE_URL=postgres://verifier:verifier@localhost:5433/verifier
|
|
REDIS_URL=redis://localhost:6380
|
|
SHIP_URL=ws://127.0.0.1:8080
|
|
START_BLOCK=1
|
|
API_PORT=3030
|
|
|
|
# verifier-spa
|
|
VITE_API_BASE=http://localhost:3030
|