sapawarga/userpost-service

View on GitHub
.env.example

Summary

Maintainability
Test Coverage
APP_ENV=local
APP_GRPC_PORT=3000
APP_HTTP_PORT=3001
APP_DEBUG=true
APP_STORAGE_PUBLIC_URL=

DB_HOST=localhost
DB_PORT=3306
DB_USER=user
DB_PASS=password
DB_NAME=sapawarga
DB_DRIVER_NAME=mysql