{
  "name": "payment-service",
  "version": "2.3.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kUBZpdsTVfJKx31fhOkp"
  },
  "jwt_secret": "76SEUXFVdjVhiWFekIwgaSPnLR0Fj4Tn",
  "api_keys": {
    "stripe": "sk_live_42KBd7SLF504oZHXSHLt0z22",
    "sendgrid": "SG.kMZsM7D+HxQ8nOvcuBIB6s",
    "twilio_sid": "AC67b4637c86f258fa01e8ebe5861f5833"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}