{
  "name": "payment-service",
  "version": "1.1.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kFjjPUDeR8NtlNrTF99Z"
  },
  "jwt_secret": "3gbBPEFB0FFTLIyXyxeCp54bLwMxwNun",
  "api_keys": {
    "stripe": "sk_live_OiGeR82RsqToVIhX0Izr7uHR",
    "sendgrid": "SG.xuIHcT2sR8q94+/qYEgOHF",
    "twilio_sid": "ACc34a6ea1ad9067450f0274ceb8046e45"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}