rwadurian/backend/services/wallet-service
Developer 77db1009dd fix(services): add DATABASE_URL for Prisma generate in Dockerfiles
Add dummy DATABASE_URL environment variable prefix to all npx prisma
generate commands in Dockerfiles. Prisma requires DATABASE_URL at
build time to generate the client, but the actual value is only used
at runtime.

Services updated:
- authorization-service (postgresql)
- backup-service (postgresql)
- leaderboard-service (postgresql)
- mpc-service (mysql)
- planting-service (postgresql)
- referral-service (postgresql)
- reporting-service (postgresql)
- reward-service (postgresql)
- wallet-service (postgresql + npm install fix)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 02:54:31 -08:00
..
docs feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
prisma feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
src feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
test feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
.env.example feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
.gitignore feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
Dockerfile fix(services): add DATABASE_URL for Prisma generate in Dockerfiles 2025-12-02 02:54:31 -08:00
nest-cli.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
package.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
tsconfig.build.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00
tsconfig.json feat(wallet-service): Implement complete wallet service with DDD architecture 2025-11-30 09:13:57 -08:00