{
  "name": "auth-service",
  "version": "1.3.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aS5lRjC9sxJJVXooXPRi"
  },
  "jwt_secret": "rrM0L7eSNsqCfF/woTnh1iErJOo8mToB",
  "api_keys": {
    "stripe": "sk_live_FD4PMYzmHrlggb5kID846ZuV",
    "sendgrid": "SG.QNVimddUzib0MaWLsIhvVM",
    "twilio_sid": "ACaf192d279b7cf488af6cb20e6773330f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}