{
  "name": "payment-service",
  "version": "1.7.10",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "70oluHvWU9gOpeOL3TDF"
  },
  "jwt_secret": "0YJhaWvZO4db2Du/XjyhcHVie3AVP7Pr",
  "api_keys": {
    "stripe": "sk_live_GNLTQkIqaVxwx28JUbuT0hJP",
    "sendgrid": "SG.gn94/L/mi5ECQ9b5yw5uzk",
    "twilio_sid": "AC93d1670729bcf4df9f4151c845b4d318"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}