{
  "name": "auth-service",
  "version": "2.0.13",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Tyb4UtOmGT2WT3UOIuoG"
  },
  "jwt_secret": "BWv1EWs+2YkeIoy1UjIwz0mDfsi/Ceby",
  "api_keys": {
    "stripe": "sk_live_VDpcMgYkgMhHIOLXRfy70CYy",
    "sendgrid": "SG.u1zrkNTPW8kG3ovsQ/Mvxl",
    "twilio_sid": "AC668d3ada648c020582c0e9e92ae1a486"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}