{
  "name": "auth-service",
  "version": "3.6.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TgBPJ3HDfpG99qjzQZFf"
  },
  "jwt_secret": "fBjwSty9I9qoqlEF66Oqpr6OEZlA8QFM",
  "api_keys": {
    "stripe": "sk_live_nkKNwLw8WR46CgRxVcu3XAMj",
    "sendgrid": "SG.jDP8j8QMQaAIXUvVvsm1+i",
    "twilio_sid": "AC2e3991b8fc551d7933f754cfa52a4589"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}