{
  "name": "payment-service",
  "version": "1.7.18",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tm71VbIfKKueOH9tWIv7"
  },
  "jwt_secret": "5EEXU2La47/no7zXK+CtnTl06Tyx/QaK",
  "api_keys": {
    "stripe": "sk_live_I9g2yEdq5D6ewJHr34l6DJ0O",
    "sendgrid": "SG.w5S6bY6Dd/zsuFnQTzGYaD",
    "twilio_sid": "AC2a2e61793bfe1c9393a08a14b8fe76ba"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}