{
  "name": "payment-service",
  "version": "3.6.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6mf9b9OpYIaF2mx3GR3O"
  },
  "jwt_secret": "hg9+BZEku8ZuL2JABc4KGhl0870YLArQ",
  "api_keys": {
    "stripe": "sk_live_nRZJ8Gehnzyf3dMVrSQ4WjaA",
    "sendgrid": "SG.p6JUT1u9wAy2p6G9+2A8YR",
    "twilio_sid": "AC885690db3ec4c39fda1361f9f68be1ea"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}