{
  "name": "payment-service",
  "version": "2.9.22",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wNM8lsBVCna7nA712Fdr"
  },
  "jwt_secret": "gpL8FwprOdm43ROi9ts6/1R7NRZyVKg3",
  "api_keys": {
    "stripe": "sk_live_dWUNSR9aCPpAx1WRJkAin8aC",
    "sendgrid": "SG.CO6YmyZgz/UPjWGgv224NK",
    "twilio_sid": "ACdefa0d4cc4f88888e8c5999b2cea825a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}