{
  "name": "payment-service",
  "version": "3.8.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0iRm8g9aTMKLNCTDwepk"
  },
  "jwt_secret": "MdmqBID6ed//0PxyjEcBm0iV6nNJriW3",
  "api_keys": {
    "stripe": "sk_live_kBue48VtlIu4wCDaHXj8GGG3",
    "sendgrid": "SG.ozyKCmzfJWu8CMTcUbN7sy",
    "twilio_sid": "AC20e2f507ee042e1e6f3e21a34b68ed51"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}