{
  "name": "payment-service",
  "version": "1.7.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LTexCu16UvOYMutpntk7"
  },
  "jwt_secret": "QRVA7jIGgGGBzVnpIXNpU8lkzRKYwHgc",
  "api_keys": {
    "stripe": "sk_live_DJIYPnYAZauFO76Vgve5K8Hl",
    "sendgrid": "SG./GZV8o5xLfuVj8BeqBoA5Q",
    "twilio_sid": "AC948c3e9c8a17a1dea12549831db28816"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}