{
  "name": "auth-service",
  "version": "1.2.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HahQQr0zJ99yVr7F0FJt"
  },
  "jwt_secret": "immnmZnGGGEh0IQuNCBygppuR6OE8vqC",
  "api_keys": {
    "stripe": "sk_live_IBUUMw7DOizBdvvuwcyaUWap",
    "sendgrid": "SG.xBqoxrGcjYfxLAlPga8AHz",
    "twilio_sid": "ACc935d64076c7b9bb31437aa66bd7858a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}