{
  "name": "payment-service",
  "version": "3.0.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mpEBybZ60JzTB3u0Q89P"
  },
  "jwt_secret": "6TqKuz8kMhG9B+Nxi36DtE4voYL5XLfl",
  "api_keys": {
    "stripe": "sk_live_CDLWmKKzj5C2aAyGkR55hEnU",
    "sendgrid": "SG.HUmQAkCLBx+7WY4mIwB8Ps",
    "twilio_sid": "ACa1853125353b5bf3557cb868e052e55e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}