{
  "name": "payment-service",
  "version": "3.0.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5MflySGk3B8ITrGnU3ai"
  },
  "jwt_secret": "/+wHledd2MLp+oS+pM5Bw9okDLnie7Os",
  "api_keys": {
    "stripe": "sk_live_o4wP258gYmnKccLpPKy5PtZE",
    "sendgrid": "SG.ClQgYMK56JAJyMWTOqADF2",
    "twilio_sid": "AC6137a166b4b74e727ec57b05376612a4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}