{
  "name": "payment-service",
  "version": "1.8.6",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "m4SbwdTaKbOrXAS4Y7tk"
  },
  "jwt_secret": "o4OZjfpo7Ol3w8GuPFRxBovbWxqEgTEq",
  "api_keys": {
    "stripe": "sk_live_mXMceRF3PZb7st7q97wWn1zn",
    "sendgrid": "SG.P0ZgBcGFOjJ7MncfNthHDq",
    "twilio_sid": "ACc503f06939382111f83c56728497a4e0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}