{
  "name": "payment-service",
  "version": "1.3.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WNmShTgj7gM3ZxaDWEvv"
  },
  "jwt_secret": "urUKhFMPN8/AEtWPNlrhyAHrMuRa8hV/",
  "api_keys": {
    "stripe": "sk_live_Uixe0vkWZYyb9rhbedgV3XBz",
    "sendgrid": "SG.Nkd87a+73tx9Ds36yTN6xW",
    "twilio_sid": "ACedce65c9c6556d7e1c37fa2f6d42a519"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}