{
  "name": "auth-service",
  "version": "3.5.16",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4uxab5TNpFcf7JwnqkxF"
  },
  "jwt_secret": "IWNbPugIgj510nqqcfmuE4Q9Jwy2ghp6",
  "api_keys": {
    "stripe": "sk_live_2kFcCyMeBqLi5zNwgjHlbHF9",
    "sendgrid": "SG.GLf+5nyPPWbODacBiT4IZK",
    "twilio_sid": "AC5c149bc14ec9bf2c0d672033c04d75fb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}