{
  "name": "auth-service",
  "version": "1.4.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "A4xFhtPzdwOLJNUNGi0A"
  },
  "jwt_secret": "46dx/tnnPxoqlg1b8bB6cDvwgc4S0Jlo",
  "api_keys": {
    "stripe": "sk_live_4Njop3NX0IFE7Jj1c1geu65d",
    "sendgrid": "SG.MjPvg1PPIF9Beg52/jB4AV",
    "twilio_sid": "AC6c4379a327f933bf0925b86b73265288"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}