{
  "name": "payment-service",
  "version": "1.1.23",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "r6oUGFdX1Sv00yViQZ8d"
  },
  "jwt_secret": "5gU3icU5rQUsF+on+YsWF0gj+R+O5Vg4",
  "api_keys": {
    "stripe": "sk_live_slSOfKjZyCdofHpwQ13uNyXz",
    "sendgrid": "SG.y3lObc0bSpQyE6/JCkherf",
    "twilio_sid": "AC69adfc7cbb85d817371d53aeeb84b370"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}