{
  "name": "auth-service",
  "version": "2.8.0",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1lTLPsoJ6KVltqjpc4LH"
  },
  "jwt_secret": "j5OH/AFuyVo9uqiLlMH73rqwfqfgsAVP",
  "api_keys": {
    "stripe": "sk_live_TD2yAXengeddQWvNIvq2NtSa",
    "sendgrid": "SG.mOqHMbIIByi/ioZOJUg5rG",
    "twilio_sid": "ACa5d4f3e228852b4a542c2f13e3f149c2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}