{
  "name": "payment-service",
  "version": "1.1.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "C9xZQCnYGnb4kd5gjTtB"
  },
  "jwt_secret": "G+CfsVbN/qAhiIfIvwe4ft+Wjy4t+CbZ",
  "api_keys": {
    "stripe": "sk_live_zULO0TZC98an3SsbRllVyl6R",
    "sendgrid": "SG.uZTYQ87zDmcsrRuQKLlLaE",
    "twilio_sid": "AC24b451616123cff74189bce6923516d8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}