{
  "name": "auth-service",
  "version": "1.9.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6CsogvP9zC8TUFX5Fned"
  },
  "jwt_secret": "VD+pm38i5XEF19WcvvwVtP4khEoc/oai",
  "api_keys": {
    "stripe": "sk_live_h3pheclmikGj7SHTGi2i1Rx4",
    "sendgrid": "SG.bQTzVuoWOEJXSEu1uAdwrb",
    "twilio_sid": "AC0c3d6d0d1f60b4ae7e65d9973f9d8005"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}