{
  "name": "auth-service",
  "version": "3.5.16",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "nR3hFaRrz6YXhC8tj3Ao"
  },
  "jwt_secret": "eyBrgspuGIxFivqNSYSdTFXNIUh9gj5L",
  "api_keys": {
    "stripe": "sk_live_kwvthfPg9AeedrWDlA83drkj",
    "sendgrid": "SG.sicK3UKmLRzqsjluK3XvgP",
    "twilio_sid": "ACc2537d2a33e7f488534a4866e926ddf3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}