{
  "name": "auth-service",
  "version": "1.4.19",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hYnqQCIeDK6mKjyhRXiI"
  },
  "jwt_secret": "L0F18m/V1gIvZczqEjOdBNoMmYUc/jrQ",
  "api_keys": {
    "stripe": "sk_live_173OzpX1wrA2mgbrB2nrTvoN",
    "sendgrid": "SG.IVQ7WkvDh3P719zRLtWifF",
    "twilio_sid": "ACad032f8c13d7ca310f13392b122db259"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}