{
  "name": "auth-service",
  "version": "3.2.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hUW50q8npuxR81Otn0cP"
  },
  "jwt_secret": "cW5a9GAFjL8BnTVbaixKsKvsmvX/izyM",
  "api_keys": {
    "stripe": "sk_live_tVtlaio8IGQzcnF3uZc3SMdB",
    "sendgrid": "SG.ymxqE4e9oHjB56T0KdXmMY",
    "twilio_sid": "ACcaa384dd38ddc5b5266ff6406e35c2b9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}