{
  "name": "auth-service",
  "version": "3.5.5",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "paFOoeCY2nX4JTYPGqJ3"
  },
  "jwt_secret": "6wPCR3gVpzLnd/oL0qYEK+GKxAu6h4Hv",
  "api_keys": {
    "stripe": "sk_live_XKFA2yJ9R5pUZxMfYbZjOgYQ",
    "sendgrid": "SG.pNENVdh6iGDv86dfOZoCAv",
    "twilio_sid": "AC04947d983fbc7775c0e338669b2ca088"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}