{
  "name": "payment-service",
  "version": "1.3.18",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WDxhaP3hSKVqZFJcxRO5"
  },
  "jwt_secret": "C+304mrJXlBsH3s2xukE3mJC1kXpR1/H",
  "api_keys": {
    "stripe": "sk_live_iFxrJqlY3b5FZ6qYERTS3TmX",
    "sendgrid": "SG.bCkRG9EjVsR0Y5blIrUA3P",
    "twilio_sid": "AC042a8cf30d72b8234f210733de5cc9e5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}