{
  "name": "payment-service",
  "version": "1.3.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "lWr3H9QUjsNy00Vi0PmX"
  },
  "jwt_secret": "X3VT1Q4L6+3mcZqNMl5J74hxq4SqgG5h",
  "api_keys": {
    "stripe": "sk_live_s4vZqKaiZ5Yg57LVn4tPiekA",
    "sendgrid": "SG.7WcnO0MN3R4VwKLknpO5Ph",
    "twilio_sid": "ACc002be3cf21763d197fba0b5fcb8d8b2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}