{
  "name": "auth-service",
  "version": "2.0.16",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nquG80AQrqb1VC17LePd"
  },
  "jwt_secret": "1BBH4UehffqSbSLyKoKv9B/ed+ypOmQG",
  "api_keys": {
    "stripe": "sk_live_T7tctFS0Cpdg08yftktQDjqH",
    "sendgrid": "SG.8G1x9ElTGxM5h3otF5vsrX",
    "twilio_sid": "AC486daf63e408f8a39075e16b46e5aa07"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}