{
  "name": "payment-service",
  "version": "3.5.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kwr9JZIq1g8ATK0AilD6"
  },
  "jwt_secret": "sUemcLB5p85ilySCy2Tg9TCuTdFn5Yru",
  "api_keys": {
    "stripe": "sk_live_5gnzrrrCAubuu4qi8UKXUOM2",
    "sendgrid": "SG.OlrUvVQ4JNFAqpCX9FxwAk",
    "twilio_sid": "AC961f4a36bed60f5ba1f4b1f2577cc4c7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}