{
  "name": "payment-service",
  "version": "3.5.19",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "HDCj2FYf83g6q8w4HTR1"
  },
  "jwt_secret": "SUOYkNK88PzO9gILvTLuzWkzvRP519FZ",
  "api_keys": {
    "stripe": "sk_live_MDZEgIdeROqj9QKyxIuZoa2D",
    "sendgrid": "SG.BdJJQWcU4RtSNUfE7byMgp",
    "twilio_sid": "ACf2bd8ead46aab1a497a218970deb2522"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}