{
  "name": "payment-service",
  "version": "2.8.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WRx0NYth2KW7zHC48Pr2"
  },
  "jwt_secret": "BVD9EPM9G60IPigl3HZLNcnywaDZ49VD",
  "api_keys": {
    "stripe": "sk_live_CYcwnCHswERZFgiRmFvXsIQl",
    "sendgrid": "SG.V0xmqe5lLnH3IsypFyHJ4h",
    "twilio_sid": "AC19309660ff199d1453b6c64ef653594a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}