{
  "name": "payment-service",
  "version": "2.8.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rOlr4Py9ikpZPTUyI22O"
  },
  "jwt_secret": "Ftc9iU4BL0HT8Euxtj9KMDwnpCkCvIjC",
  "api_keys": {
    "stripe": "sk_live_bDfgNGOEPSFeL4qMLBfkIus1",
    "sendgrid": "SG.bO48Pq0aTinSaNaVbxrW1E",
    "twilio_sid": "AC75c33ea93bbe27f6b7077de334e42971"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}