{
  "name": "auth-service",
  "version": "1.5.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TX4q9RLeUAIFqSyPWLCm"
  },
  "jwt_secret": "LcGwJk849s30tbNFsBnFe9M5VanJrAg3",
  "api_keys": {
    "stripe": "sk_live_u3bDvTgC5sDQfZ4epF6xmWD1",
    "sendgrid": "SG.EkLv6w3yoG0jnwYmvCO6An",
    "twilio_sid": "AC9c78d2785f4810386e30488e2207c8b3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}