{
  "name": "payment-service",
  "version": "1.0.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kziuDwl1LL71i9i5lw8l"
  },
  "jwt_secret": "2tcaBaRLJVk7Sg6+iM/ZQLw1exd+G2Y7",
  "api_keys": {
    "stripe": "sk_live_3hRQagLCbWUrAs91zm0mIeB7",
    "sendgrid": "SG./mMQHGpPYvw2/ICvIc/C3u",
    "twilio_sid": "ACda4cb96569a394e1077d65429f30ae6b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}