{
  "name": "auth-service",
  "version": "2.1.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kOFiGJRG8vPdMGcMrxpw"
  },
  "jwt_secret": "EZaLagkQecWoHyZLpdgaDmQFAIOZbK4N",
  "api_keys": {
    "stripe": "sk_live_ZuWAAsAXkoU67WCt1bc2K9sX",
    "sendgrid": "SG./EmTE6Avt8o/e3pPB9suF9",
    "twilio_sid": "AC95c4fb1b8d3d413bd5a70511f8f82c6c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}