{
  "name": "payment-service",
  "version": "1.4.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pP4lh8UPjtS6KjZAEqai"
  },
  "jwt_secret": "L9CI7xEy/Ar7slnT+OleN2dP85/e8oy9",
  "api_keys": {
    "stripe": "sk_live_LuNQt4Vhr88Z9I7CZPq1mtDd",
    "sendgrid": "SG.4i706MxwfGMPL0bswzW0bV",
    "twilio_sid": "ACa921939e02bc4280535e2581a773a499"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}