{
  "name": "auth-service",
  "version": "3.6.21",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jhV7nUvKWRVflaGlSstR"
  },
  "jwt_secret": "mDQ58xpI+x6zNvIisDeM+zr63D3n4SKA",
  "api_keys": {
    "stripe": "sk_live_4yZtaI31HXlwNLl3ZiFApx99",
    "sendgrid": "SG.SEowyJBLZKCC52vzuPd9Mw",
    "twilio_sid": "AC56132e5da87b5f4ac953926f22c56ac6"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}