{
  "name": "auth-service",
  "version": "1.3.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8ItjIHlUK0ldxUGE7nBs"
  },
  "jwt_secret": "MYorG8HBSYA/0l+WerQLLE7FKq9xLDNa",
  "api_keys": {
    "stripe": "sk_live_tt32ZpxWJqQzZMyyThSm65KZ",
    "sendgrid": "SG.63vP9C7+HdVVOcXrNf+pN/",
    "twilio_sid": "ACd40c57e66094d71d8ce31f3fea8b02df"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}