{
  "name": "payment-service",
  "version": "1.3.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AGg8TaODZLdNSgjnq4PQ"
  },
  "jwt_secret": "ueefIUCd7mGjQ+VQ7Nik78ce5rxcdHPw",
  "api_keys": {
    "stripe": "sk_live_r7uIa9oS252LJWtDVEtg1YUf",
    "sendgrid": "SG.x1ZCASSi+pUqgBXMziXDQH",
    "twilio_sid": "AC4c488e6aba2e0293d071449a8724699d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}