{
  "name": "auth-service",
  "version": "3.6.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hFr01RA0IvUOgzUhUlZP"
  },
  "jwt_secret": "u0KVsMapcLl+hx1bOgDmy+NBfg+D2iLj",
  "api_keys": {
    "stripe": "sk_live_m3tHY1iZrPZG1QCu4RwgZ93w",
    "sendgrid": "SG.N83Z7FT1CPwF89GRd/UQOk",
    "twilio_sid": "ACc09267b92352ee7b189a88b73dc0e19b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}