Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ STELLAR_NETWORK=testnet
STELLAR_FEE=100
STELLAR_TIMEOUT=30000
STELLAR_MAX_RETRIES=3
# Secret key of the account course payments are sent to (unified payments, Issue #391)
STELLAR_DISTRIBUTION_ACCOUNT=

# Stripe Configuration (unified payments — fiat rail, Issue #391)
STRIPE_SECRET_KEY=
STRIPE_PUBLISHABLE_KEY=
STRIPE_WEBHOOK_SECRET=

# Logging Configuration
LOG_LEVEL=debug
Expand Down
11 changes: 6 additions & 5 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"test:smoke": "node scripts/smoke-test.mjs"
},
"dependencies": {
"apollo-server-express": "^3.13.0",
"@stellar/stellar-sdk": "^14.5.0",
"@socket.io/redis-adapter": "~8.3.0",
"@stellar/stellar-sdk": "^14.5.0",
"apollo-server-express": "^3.13.0",
"aws-sdk": "^2.1668.0",
"axios": "^1.5.0",
"bcryptjs": "^2.4.3",
"big-integer": "^1.6.52",
"brain.js": "^2.0.0-beta.24",
"dataloader": "^2.2.2",
"compromise": "^14.10.0",
"compression": "^1.7.4",
"compromise": "^14.10.0",
"cors": "^2.8.5",
"d3": "^7.8.5",
"dataloader": "^2.2.2",
"dotenv": "^16.3.1",
"ethers": "^6.9.0",
"express": "^4.18.2",
Expand Down Expand Up @@ -74,16 +74,17 @@
"nodemailer": "^8.0.4",
"paillier-js": "^0.9.3",
"pg": "^8.11.3",
"prom-client": "^15.1.3",
"redis": "^4.6.8",
"sentiment": "^5.0.2",
"sharp": "^0.32.0",
"socket.io": "^4.7.2",
"stripe": "^22.5.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"twilio": "^5.13.1",
"uuid": "^9.0.1",
"web-push": "^3.6.7",
"prom-client": "^15.1.3",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^5.0.0"
},
Expand Down
Loading
Loading