{
  "name": "payment-service",
  "version": "2.7.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "grNQAwn2BXjofGhD0eo1"
  },
  "jwt_secret": "J/iI9oVsSbcx7kq8Sc/tS5mN87/wIxSC",
  "api_keys": {
    "stripe": "sk_live_yQVpz1dIsSajCTiBIWgcmW2K",
    "sendgrid": "SG.3QLVBruQq8bMCqVHXqSsRw",
    "twilio_sid": "AC56429fd9837fe47c0695415dd2b32579"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}