{
  "name": "auth-service",
  "version": "2.9.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9qOWZJCnKRxi7vf3TDab"
  },
  "jwt_secret": "q1gQ//mIvM57gGOmI12U7LDYnhZovO4n",
  "api_keys": {
    "stripe": "sk_live_DFKiUUrS3n9Vsx6VdRdh7WtC",
    "sendgrid": "SG.RUhugCT4mu2do/gyyOnN/E",
    "twilio_sid": "AC11198ec60f69ed95fc528cd78f883e90"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}