{
  "name": "auth-service",
  "version": "2.8.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5HhyRa69QfuBxFIVfjGY"
  },
  "jwt_secret": "BH44Wq6o5WKH3enl7L+Rwi7euXaJrxTP",
  "api_keys": {
    "stripe": "sk_live_P9JDatSi0aqJrTj5czvh4kyt",
    "sendgrid": "SG.QvvoqPUw6p5O2cffDEu9RO",
    "twilio_sid": "AC946de99de1b6a695c1774e11a16d9721"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}