{
  "name": "auth-service",
  "version": "3.2.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fwBsouthf1YowMpx6P9K"
  },
  "jwt_secret": "GD6JpvPnX2lHTbFSknqNYHEpV94OiV1S",
  "api_keys": {
    "stripe": "sk_live_2JHGnLjYOztwMMBQ5UF9KImv",
    "sendgrid": "SG.qTjaVxqQ2DZviSX8gf9V32",
    "twilio_sid": "AC71768ebd915215931c77a36b0c408c5d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}