{
  "name": "payment-service",
  "version": "2.2.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5FXG3opoun5R5Lv1AO2J"
  },
  "jwt_secret": "nbXE8+nwTRVbqIT0QbCYDWXlzd2YWOtU",
  "api_keys": {
    "stripe": "sk_live_yF0CWtpscIm9YszKZ6Sb6LMK",
    "sendgrid": "SG.CF4SoIQYICxRIJR4pspiCS",
    "twilio_sid": "ACe950bf2eb2f5fda1e34bb304133eb25e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}