{
  "name": "user-service",
  "version": "3.2.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2ZJDzaqPo6d4k65bzhhv"
  },
  "jwt_secret": "70c83KiEJIlLZ52aa372NqF5+G5Z9QGC",
  "api_keys": {
    "stripe": "sk_live_I6q6IHxso8JrAjUMVP3QHDKR",
    "sendgrid": "SG.SOBoxGJDYjXfWSh5+mTXNB",
    "twilio_sid": "ACd85391c1ba3fa0eb8e4371602d8c2586"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}