indrasaputra/url-shortener

View on GitHub
env.sample

Summary

Maintainability
Test Coverage
DOMAIN=http://localhost
PORT_HTTP=8081
PORT_GRPC=8080

POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DBNAME=aptx
POSTGRES_USER=user
POSTGRES_PASSWORD=password
POSTGRES_MAX_OPEN_CONNS=10
POSTGRES_MAX_CONN_LIFETIME=10m

REDIS_ADDRESS=localhost:6379
REDIS_USERNAME=
REDIS_PASSWORD=