{
  "name": "payment-service",
  "version": "3.4.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u6AUTxelbJ6uhj2kGIJg"
  },
  "jwt_secret": "kyoXZtD8l/7/XEoekt1txxV/LK5rrkQD",
  "api_keys": {
    "stripe": "sk_live_3CkBrHYKYxuqwlg4I74ZJtIs",
    "sendgrid": "SG.Pc1I6VKx1n/y2vY6ZHznLj",
    "twilio_sid": "AC7567c06fd1a7a25505911baee76a5b7a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}