{
  "name": "payment-service",
  "version": "3.8.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HXJJVJWnWSTV0uXEtVUd"
  },
  "jwt_secret": "XaUAWOLsaliZcKVNK9gK2gC4LrrfZtyY",
  "api_keys": {
    "stripe": "sk_live_OiP7KSZodu8iGbu9Y9QoDRTS",
    "sendgrid": "SG.EGLiao6SzY8HRGblw8YcD6",
    "twilio_sid": "ACad936cb3b250e4388e09d7f618573df7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}