{
  "name": "payment-service",
  "version": "1.1.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pmtpfU2ivL5S54zyC9wK"
  },
  "jwt_secret": "gbn9h1R78RawGfqWBlv9cwtftywPxecA",
  "api_keys": {
    "stripe": "sk_live_TIQTJYRXk3d98KAvgojcpwwe",
    "sendgrid": "SG.abV9VahX0i+5to/EBRepAe",
    "twilio_sid": "AC82aa6aa135aa95ceca168a57d51f6201"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}