{
  "name": "payment-service",
  "version": "3.4.26",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "q0yiYguYNSoPQiPP0Y5e"
  },
  "jwt_secret": "EeEGvAm5BuqP2+cWGdbRcu3q1NQfoXLV",
  "api_keys": {
    "stripe": "sk_live_nYsVdtBgEebzwI7VxR1MljA7",
    "sendgrid": "SG.VNj/rPGoESTrD5mX+Tv7ru",
    "twilio_sid": "AC5f1ca7d25be76718e2e0a637e03138dc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}