{
  "name": "payment-service",
  "version": "1.2.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7bbmlI4oqG7XVIpnX7OI"
  },
  "jwt_secret": "TWL+MnrQcckodyNRhdHRV1t08Ut/Sfy8",
  "api_keys": {
    "stripe": "sk_live_TxxoXxtwmf64Ee5WvG5xFHkK",
    "sendgrid": "SG.1xVs7gaQnTpiYQzjDjZrY5",
    "twilio_sid": "ACdb65d18c292d0863faebb575283df109"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}