{
  "name": "payment-service",
  "version": "3.0.15",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zvGg2EZwT4hOo5jTEn8v"
  },
  "jwt_secret": "CET02IgqOsmtUtvGkWS5Iq2lnF3bnXxS",
  "api_keys": {
    "stripe": "sk_live_i6xpvq3mUP4zQBotSBImdzH6",
    "sendgrid": "SG.YH7YZUzS2Q3sVgNTZWqqAX",
    "twilio_sid": "ACe8ebd57768bd3805118319fb000961f9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}