{
  "name": "payment-service",
  "version": "2.3.2",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "qUD3aMT9YlWFIhMRL7T1"
  },
  "jwt_secret": "4hLT59iAPmsM1dDJjq5j6VIpZv+HR/VA",
  "api_keys": {
    "stripe": "sk_live_dUtbAVGnghKY1s22ZhORgG7c",
    "sendgrid": "SG.SJQPhWTYC4656rT2dMI0VQ",
    "twilio_sid": "AC1baecc7f102ab9e6053eb8fd828d3007"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}