{
  "name": "payment-service",
  "version": "1.0.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ywwnW5ibTj96Sz6qHORD"
  },
  "jwt_secret": "o73Emx7KSyo4K7yBzN8wrAmBZfBw8ACW",
  "api_keys": {
    "stripe": "sk_live_KX4Q9j4684N86k3kI6YLvgw2",
    "sendgrid": "SG.NE5EfuFYcUHmiH0eOAa1tZ",
    "twilio_sid": "AC1dfeb804796e549fdb7c59f39c03ed8e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}