{
  "name": "payment-service",
  "version": "1.5.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hUoN9MesMw48c9DEx1Fq"
  },
  "jwt_secret": "djGRqC3dYq+8BG5ewUw+J/aVb+g3Thk0",
  "api_keys": {
    "stripe": "sk_live_UD05LFOL88oTxvB40NucKCNz",
    "sendgrid": "SG.xPBNqGf8KARf+PIwDEw/NS",
    "twilio_sid": "ACab523ca7faaa7f7959b318de4532e218"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}