{
  "name": "payment-service",
  "version": "1.2.15",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6ocvwRSZLhZXs6uqK94k"
  },
  "jwt_secret": "nNapntW7Ie5TUxDClJY//Wi2QShiK+z3",
  "api_keys": {
    "stripe": "sk_live_7y7yxKn7pIk0IxXmbclbNOWf",
    "sendgrid": "SG.wc3TcFwihD9QQRiAwJSGIY",
    "twilio_sid": "AC338f3660fe4e9e12fbb1a3512ee278cc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}