{
  "name": "payment-service",
  "version": "2.0.24",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "OpmMQGHhZZ8Q5Q0zYVdA"
  },
  "jwt_secret": "0Wlb4fU5KoiTWKfNfq5H/+jUYWnYzNqD",
  "api_keys": {
    "stripe": "sk_live_UbLmLwv9mfG9xh5vGT9L1Jao",
    "sendgrid": "SG.zV84fSS+EIo/DPa1Spkki1",
    "twilio_sid": "AC8c68b92d88202be6719c7af6b99b62ee"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}