{
  "name": "payment-service",
  "version": "3.4.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2KnMjwhgak8TCo34jrzd"
  },
  "jwt_secret": "nChBKiW32b2BKa/uPS8CYZ/2SvyuBbDq",
  "api_keys": {
    "stripe": "sk_live_NarN0AnuajD3UqU2c4xTyvQI",
    "sendgrid": "SG.m4XcAVTlHH5NJc0JZ7puzP",
    "twilio_sid": "AC4ab27bfa9bff85d59215015b2e481bd5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}