{
  "name": "payment-service",
  "version": "1.1.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "P2iG6W4cuJocz6RHg57j"
  },
  "jwt_secret": "oByB0OywcsEFyHUC/4Z4i1hgLIKhNJUP",
  "api_keys": {
    "stripe": "sk_live_rnDTO4E4jnEciOXfrwx4SLqm",
    "sendgrid": "SG.hz/thOz8vBBIsd9Y3StCYJ",
    "twilio_sid": "ACc6e60f077a9702c5c25539f6b96fb29c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}