{
  "name": "payment-service",
  "version": "1.9.1",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CEHE3XoExHGXNhPxvWhM"
  },
  "jwt_secret": "330eqIWmGuXv628QTK9PIEwqi2ElQLIv",
  "api_keys": {
    "stripe": "sk_live_r0HZmQPxEOad9qYEcpgyJQ0T",
    "sendgrid": "SG.NSFYPGEQoBkI6tJ2tRAB9d",
    "twilio_sid": "AC85c0623d72418eca26ff284840f36e2d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}