{
  "name": "auth-service",
  "version": "3.2.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "X7ntSfZk1jtYszQ2GheN"
  },
  "jwt_secret": "yB80LC8Z7yzbVygS8gpfDB/3mEfMZ4Dq",
  "api_keys": {
    "stripe": "sk_live_YpxYz6rSTEotcM9kH45r7Glr",
    "sendgrid": "SG.dDkPGBNMufekgVR3ZD05th",
    "twilio_sid": "AC31c5f928f1f04ed6b1a5941f8cb5a5ab"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}