{
  "name": "auth-service",
  "version": "3.3.19",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "onFw5bvXvrsnx4Vj5cnx"
  },
  "jwt_secret": "Vh9GVRkGiObLaAu6+Mi/KEGTEau8J4E9",
  "api_keys": {
    "stripe": "sk_live_qYd0r5Pp8JVdDo7Hjdt7d4CW",
    "sendgrid": "SG.PykQKN7qNDvXJ9gSEtGTB4",
    "twilio_sid": "AC125adf6a468e7ee8a34131e08742b0f3"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}