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
9 changes: 8 additions & 1 deletion backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HORIZON_URL=https://horizon-testnet.stellar.org
# Contract
CONTRACT_ID=YOUR_DEPLOYED_CONTRACT_ID

# Database (optional)
# Database
DATABASE_URL=postgresql://user:password@localhost:5432/nestera

# JWT
Expand All @@ -18,3 +18,10 @@ JWT_EXPIRATION=1h

# Redis (optional)
REDIS_URL=redis://localhost:6379

# Mail (SMTP)
MAIL_HOST=smtp.example.com
MAIL_PORT=587
MAIL_USER=your_email@example.com
MAIL_PASS=your_email_password
MAIL_FROM="Nestera" <noreply@nestera.io>
2 changes: 2 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ lerna-debug.log*

# NestJS
.baseDir

/generated/prisma
Loading
Loading