{
  "name": "auth-service",
  "version": "3.9.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GUiUXCo1HjuIj4kcmfQ4"
  },
  "jwt_secret": "Pv4GqBdFaLksre96hhQMaChf+/InsXeD",
  "api_keys": {
    "stripe": "sk_live_LkcayBDivRb4MP3lEGRlIb74",
    "sendgrid": "SG.FBgZzLXxs+66b+d4/ZxKjZ",
    "twilio_sid": "AC371a09a3237340acb8ef9ef5164c2f61"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}