{
  "name": "payment-service",
  "version": "3.2.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mirMBk1YufgqhqAj8Xed"
  },
  "jwt_secret": "yZh3CT0GjbL22lru1tI6m3jdugvC1LEC",
  "api_keys": {
    "stripe": "sk_live_GZBOUaMPecJ6m6nCgxNWtkQl",
    "sendgrid": "SG.V85Q+HMSsWTMQrTjCLq1n0",
    "twilio_sid": "ACd8effd7e01f13dc64a8d54c80173ecbb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}