{
  "name": "payment-service",
  "version": "3.0.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "smt9LfUnI6cmxhTlP7HL"
  },
  "jwt_secret": "ThN/5feixGV+M7PZ+Zoqu3zqBCS47gk2",
  "api_keys": {
    "stripe": "sk_live_nhuoqXIWLNs9SvRKyzngbrPj",
    "sendgrid": "SG.8iPZRXMc+zg3OsEMgWGaMD",
    "twilio_sid": "AC9bf357ede6aad206dbd12e102aef76bf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}